What are the difference between html, html_script, html_template, translated_html field classes?

Abhrajyoti Kan1
Tera Contributor

What are the difference between htmlhtml_scripthtml_templatetranslated_html field classes?

find_real_file.png

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.

1 ACCEPTED SOLUTION

Ankur Sharma
Tera Guru

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.

View solution in original post

3 REPLIES 3

Ankur Sharma
Tera Guru

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.

Hi Ankur,

 

Thank you for your response.

Hi Ankur,

 

Thank you for your response.