NO HELP - NO CLUE - FORM PROPERTIES

Anybody knows what those two properties supposed to do ?
Trying to find any help but of course NetMake is to busy or to lazy to update help and the hints on the right are meaningles :frowning:

[TABLE=“class: nmTable form_tab_id_blk_lnk_opn_general, cellpadding: 0, cellspacing: 0”]
[TR]
[TD=“class: nmLineV3”]Save HTML tags[/TD]
[TD=“class: nmLineV3”] [/TD]
[TD=“class: nmLineV3”]Yes No[/TD]
[TD=“class: nmLineV3”] [/TD]
[TD=“class: nmLineDesc”]This option allows the use of html tags in the field. contents.[/TD]
[/TR]
[TR=“class: nmTableLine”]
[TD=“colspan: 5”][/TD]
[/TR]
[TR]
[TD=“class: nmLineV3”]Text input in Javascript[/TD]
[TD=“class: nmLineV3”] [/TD]
[TD=“class: nmLineV3”]Yes No[/TD]
[TD=“class: nmLineV3”] [/TD]
[TD=“class: nmLineDesc”]Allows entry of texts with Javascript[/TD]
[/TR]
[/TABLE]
[TABLE=“class: nmTable form_tab_id_blk_lnk_opn_general, cellpadding: 0, cellspacing: 0”]
[TR]
[TD=“class: nmLineV3”] [/TD]
[TD=“class: nmLineV3”] [/TD]
[TD=“class: nmLineV3”] [/TD]
[TD=“class: nmLineV3”] [/TD]
[TD=“class: nmLineDesc”] [/TD]
[/TR]
[TR=“class: nmTableLine”]
[TD=“colspan: 5”] [/TD]
[/TR]
[TR]
[TD=“class: nmLineV3”] [/TD]
[TD=“class: nmLineV3”] [/TD]
[TD=“class: nmLineV3”] [/TD]
[TD=“class: nmLineV3”] [/TD]
[TD=“class: nmLineDesc”] [/TD]
[/TR]
[/TABLE]
[ATTACH=CONFIG]n67767[/ATTACH]

any examples?

BTW: any ideas how can I placeHTML into the text field (area) in one form, then show it as html output on another page/ or read only form ? Is it possible at all. If not how can I output an HTML from database field to generate a page (which can be opened in a browser)

Arthur

TextFieldNoClue.jpg

Hi, the text input javascript has maybe security reasons. You can disable the javascript field input so that if a user tries to put some malicious javascript in a field it will be ignored by SC.

Joe

BTW: any ideas how can I placeHTML into the text field (area) in one form, then show it as html output on another page/ or read only form ? Is it possible at all. If not how can I output an HTML from database field to generate a page (which can be opened in a browser)

If you want to “parse” HTML on a field, just change from Text to Label

Giu - I don not understand you statement “parse html” ? Can you give some example ?
For the JS property I only discovered when it’s checked the text in the field disappears, no other effect

Arthur

Well i found really nice the feature “Run content in JavaScript” on grid applications, im already using it you can pretty much execute any type of javascript with out problems. But yeah i agree the lack of documentation its amazing.

could you please elaborate bit more on that ? how do you use it ? any examples ?

Arthur

This option allows the use of html tags in the field. contents.

example, if you have a name field, it will accept an input like “<strong>joe</strong>”, then it will display it as such on the webpage, bolded text.

This worked before. You can use html on fields seems like option is to have a way to disable this behaviour for security reasons

I RECEIVED A CONFIRMATION FROM NET MAKE - THIS WILL BE UPDATED IN NEXT SC UPDATE

we will see if they can keep the word…

Confirmation about…?

Giu - CONFIRMATION ABOUT DOCUMENTING THOSE FEATURES IN NEXT SC RELEASE