- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2019 04:40 AM
What are the difference between html, html_script, html_template, translated_html field classes?
One more thing I need to know that how can I write my own HTML code along with CSS class selectors and JavaScript code in the field which is type of translated_html.
Solved! Go to Solution.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2019 08:02 PM
Hi Abhrajyoti,
html: The HTML editor provides WYSIWYG (what you see is what you get) functionality and HTML source mode editing. Administrators can customize some of the functionality associated with HTML fields.
html_script: HTML script provide ability to use field name ${fieldname} notation to represent the value of that field.
html_template: Use HTML template in the Widget Editor to leverage Angular JS's two-way binding to bind your controller variables to your markup.
translate_html: After a translated text field or translated HTML field has been created and is in use, it displays English when viewed in a different language until the content is translated.
Let me know if it helps.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2019 08:02 PM
Hi Abhrajyoti,
html: The HTML editor provides WYSIWYG (what you see is what you get) functionality and HTML source mode editing. Administrators can customize some of the functionality associated with HTML fields.
html_script: HTML script provide ability to use field name ${fieldname} notation to represent the value of that field.
html_template: Use HTML template in the Widget Editor to leverage Angular JS's two-way binding to bind your controller variables to your markup.
translate_html: After a translated text field or translated HTML field has been created and is in use, it displays English when viewed in a different language until the content is translated.
Let me know if it helps.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2019 10:57 AM
Hi Ankur,
Thank you for your response.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-31-2019 10:57 AM
Hi Ankur,
Thank you for your response.