
Deselects an option based on it’s value
Click the Click for Options link to bring up the Options dialog.

Element – the PageSelectElement being used.
Value – the value of the option to be deselected.
Profit Tiger Systems Help Documentation
Just another WordPress site
Deselects an option based on it’s value
Click the Click for Options link to bring up the Options dialog.
Element – the PageSelectElement being used.
Value – the value of the option to be deselected.
Deselects an option based on it’s text.
Click the Click for Options link to bring up the Options dialog.
Element – the PageSelectElement being used.
Text – the text of the option to be deselected.
Deselects an option based on it’s index.
Click the Click for Options link to bring up the Options dialog.
Element – the PageSelectElement being used.
Index = the index of the option to be deselected. Please note: the first option has an index of 0.
Deselects all options that were previously selected.
Click the Click for Options link to bring up the Options dialog.
Element – the PageSelectElement being used.
Selects an option that has a specific value.
Click the Click for Options link to bring up the Options dialog.
Element – the PageSelectElement being used.
Value – the value of the option to be selected.
Selects an option that matches some text.
Click the Click for Options link to bring up the Options dialog.
Element – the PageSelectElement being used.
Text – the text that matches the option to be selected.
Selects an option based on it’s index.
Click the Click for Options link to bring up the Options dialog.
Element – the PageSelectElement being used.
Index – the index of the option to be selected. Please note: the first option has an index of 0.
Checks if the select field is multi-select.
Click the Click for Options link to bring up the Options dialog.
Element – the PageSelectElement being used.
Result – returns true if it is multi-select, false if it is not.
Returns a collection of selected options.
Click the Click for Options link to bring up the Options dialog.
Element – the PageSelectElement being used.
Returns – returns a PageElementCollection of all selected options.
Returns the selected option.
Click the Click for Options link to bring up the Options dialog.
Element – the PageSelectElement being used.
Result – returns the selected PageElement.