Verint | Telligent Community
Verint | Telligent Community
  • Site
  • User
  • Site
  • Search
  • User
Verint Community 11.x
  • Verint Community
Verint Community 11.x
API Documentation html UI Component
  • User Documentation
  • Ask the Community
  • API Documentation
  • Manager Training
  • Developer Training
  • Tags
  • More
  • Cancel
  • New
  • API Documentation
  • +In-Process API Documentation
  • +Plugin API Documentation
  • +REST API Documentation
  • -Widget, Theme, and Automation APIs
    • +Automation Events
    • -Client-side APIs
      • +Client Messages
      • +Composer Plugins
      • +JavaScript API Modules
      • +jQuery Events
      • +jQuery Plugins
      • -UI Components
        • bookmark UI Component
        • code UI Component
        • collapseexpand UI Component
        • feature UI Component
        • html UI Component
        • like UI Component
        • links UI Component
        • loading UI Component
        • masonry UI Component
        • moderate UI Component
        • page UI Component
        • poll UI Component
        • previewhtml UI Component
        • rate UI Component
        • resizedimage UI Component
        • scheduledfile UI Component
        • searchresult UI Component
        • select UI Component
        • squeezetext UI Component
        • theater UI Component
        • tip UI Component
        • tourtip UI Component
        • UI Component tag
        • viewhtml UI Component
        • webpreview UI Component
    • +Dynamic Configuration
    • +LESS Functions
    • +Script API Types
    • +Script APIs

html UI Component


jQuery.telligent.evolution.ui.components.html

UI Component which enables a body of a textarea to be editable with rich editing support using evolutionHtmlEditor. The default implementation uses the evolutionHtmlEditor plugin. Overrides can be provided at the theme level.

Options

Data made available to instances of the component:

  • width: The width of the HTML editor (default: '100%')
  • height: The height of the HTML editor (default: '300px')
  • contenttypeid: The content type identifier for the content being edited. This enables content-type-specific content filtering and functionality (default: null)
  • placeholder: The placeholder text to show in the editor when it is empty (default: null)
  • enablefileupload: When specified, forces file uploading support on or off. When null, file uploading support is determined by reviewing the specified content type's capabilities and filtering configuration (default: null)
  • submittable: Enables direct submission of the content from the editor (default: false)
  • entertosubmitprompt: When configured to be submittable, the text to enable typing enter to submit the content being edited (default: null)
  • submitlabel: When configured to be submittable, the text shown on the submission button, when shown (default: null)
  • beforesubmithtml: When configured to be submittable, HTML that should be rendered before the submit button or prompt (default: null)
  • aftersubmithtml: When configured to be submittable, the HTML that should be rendered after the submit button or prompt (default: null)
  • autoresize: When enabled, the editor will resize to fit the content by height (default: false)
  • enableentertosubmittoggle: When submittable, identifies whether the option to turn enter-to-submit on/off should be shown (default: false)

See also

  • evolutionHtmlEditor jQuery Plugin
  • evolutionHtmlEditorSubmit jQuery Event

Example

<textarea class="ui-html" data-width="100%" data-height="200px">
   &lt;b&gt;This is bold&lt;/b&gt; and this isn't.
</pre>

  • Share
  • History
  • More
  • Cancel
Related
Recommended
  • Telligent
  • Professional Services
  • Submit a Support Ticket
  • Become a Partner
  • Request a Demo
  • Contact Us

About
Privacy Policy
Terms of use
Copyright 2022 Verint, Inc.
Powered by Verint Community