ss_richselect

a popup list of predefined select options in Spreadsheet

string ss_richselect;

Example

$$("ss1").setCellEditor(8,2,{ editor:"ss_richselect", options:"B3:B7" });

Details

Edits cell values with respect to cell format

Note that this editor will only work with the Spreadsheet.

See also
Back to top