Share via


Object/Task Selector Routines

Server Appliance Kit

Server-Side ASP Functions

Routine Description
OnPagingNotify Used in determining which page of table data should be served in the OnServeAreaPage event.
OnSearchNotify Occurs whenever the user has changed the search criteria and pressed the GO button.
OnSortNotify Used to save the sort criteria information, which will be used when serving the page.
OTS_AddTableColumn Adds a column to the table.
OTS_AddTableRow Adds a row to the table.
OTS_AddTableTask Adds a task to the table.
OTS_CreateColumn Creates a column for the table.
OTS_CreateColumnEx Creates a column for the table, specifying the maximum width of text.
OTS_CreateTable Creates the Object/Task Selector (OTS) table.
OTS_CreateTask Creates a task for the table.
OTS_CreateTaskEx Creates a dynamically enabled task for the table.
OTS_EnablePaging Enables the paging function for the Object/Task Selector.
OTS_EnableAutoInit Disables the default behavior of single-selection Object/Task Selector tables.
OTS_GetTablePKeyName Gets the name of the primary key query string parameter.
OTS_GetTableSelection Gets the key value for a selected object in an OTS page.
OTS_GetTableSelectionCount Gets the number of selected objects on an OTS page.
OTS_ServeTable Renders the table in the response stream.
OTS_SetPagingRange Sets the paging control values.
OTS_SetTableMultiselection Enables the multiselection mode.
OTS_SetTablePKeyName Sets the name of the primary key query string parameter.
OTS_SetTableRow Sets a specific row in the table. See also OTS_SetTableRowCount.
OTS_SetTableRowCount Sets the number of rows in the table (optional).
OTS_SetTableSortCriteria Sets the criteria used to sort a presorted table.
OTS_SetTableTasksTitle Sets the tasks section title.
OTS_SetTaskEnabled Enables a task. This is a Web framework client-side helper function that is used in conjunction with custom task activation functions.
OTS_SortTable Sorts the table.

See Also

Web Framework Routines and Events, Client-Side Routines, Debugging Routines, Utility Routines