Could someone explain how we add custom classes in studio 10 so we can use them in this manner?
Hi guys,
what if I want to make dynamic the extended property value using a js?
something like:
Extende Property
name: style
value:
"background-color: " + "<script> document.write(anyJsCall('"+ListRecords1.List.Current.Tag+"')); </script>"+";"
Unfortunately this seems not to work...