smart-rich-text-editor-lite
Reactive icon

Smart Rich Text Editor - Lite

Stable version 1.0.0 (Compatible with OutSystems 11)
Uploaded
 on 20 Nov (14 hours ago)
 by 
0.0
 (0 ratings)
smart-rich-text-editor-lite

Smart Rich Text Editor - Lite

Documentation
1.0.0

How to Use

  1. Drag the component Web Block to your screen.
  2. Provide a unique Div ID (example: wysi_1).
  3. Use the GetHtml Client Action to retrieve the HTML content.
  4. Optionally update toolbar config dynamically using JSON config input.

Sample Config

{
  'toolbar': {
    'bold': true,
    'italic': true,
    'underline': true,
    'image': true,
    'table': true,
    'link': true,
    'codeView': true,
    'fontSize': true,
    'foreColor': true,
    'backColor': true
  },
  'placeholder': 'Start typing here...',
  'initialHtml': '',
  'sanitizeOutput': false
}

Notes for OutSystems Developers

  • Use a unique Div ID for each editor instance
  • Always pass a valid JSON string in the Config parameter