Custom field html - option

Hi,

is there any possibility to fill in options in html field dynamically?

I need the possibility to create a file:/// field, so I am copying “H://xxx/yyy” into a textfile and a script is creating “file://xxx/”.

But I need to write this into options in html field.

OR

is there an “easy” way to extend data filed with file:// ?

Hi @Andreas_Thuer:

Try

frm.set_df_property("your_html_field", "options", html_content)

Hope this helps.

Hi,

will give it a try.

thx