Search.../

optionsDialogSubtitle

Sets or gets the option dialog's subtitle.

Type:

stringRead & Write

Was this helpful?

Get the option dialog's subtitle

Copy Code
1let myOptionsDialogSubtitle = $w('#mobilePicker1').optionsDialogSubtitle; // 'Select all that apply:'
Set the option dialog's subtitle

Copy Code
1$w('#mobilePicker1').optionsDialogSubtitle = 'Select all that apply:';