Tanu
09/22/2020, 11:16 AMmichoel
09/22/2020, 11:30 AMTanu
09/22/2020, 11:55 AMmichoel
09/22/2020, 11:24 PMform.addField({
id: "custpage_inline_html",
type: ui.FieldType.INLINEHTML,
label: "HTML Field",
}).defaultValue = '<button onclick="alert(\'you clicked me\')">Click Me</button>';
Tanu
09/25/2020, 9:57 AM