Salesforce Rich Text Editor Integration

Add Tetrons editing to Salesforce Lightning Components.

Lightning Ready

Use iframe inside Lightning Web Components (LWC).

Secure Embeds

Ensure CSP headers allow Tetrons domain.

Simple Setup

Step 1: Create LWC

Use Salesforce CLI or Developer Console to create a component.

sfdx force:lightning:component:create --type lwc --componentname TetronsEditor

Step 2: Add iframe in template

Use iframe in .html file.

Chatbot