Found solution for this : var htmlHeader = token_...
# suitescript
s
Found solution for this : var htmlHeader = token_form.addField({ id: 'custpage_header', type: ui.FieldType.INLINEHTML, label: ' ' }).updateLayoutType({ layoutType: ui.FieldLayoutType.OUTSIDEABOVE }).updateBreakType({ breakType: ui.FieldBreakType.STARTROW }).defaultValue = "text"
👍 1
s
Having control over layout is one reason I recommend reaching for a SPA design rather than the traditional native Suitelets approach. Not sure if that's an option for you or not but thought I'd mention.
s
oh btw what is SPA ?