#application.ptCourseCatalog.utils.runCommand(beanName=xParams.chooserCFCName,
methodName="loadStyles",
args=initArgs)#
#application.ptCourseCatalog.utils.runCommand(beanName=xParams.chooserCFCName,
methodName="loadSearchBox",
args=initArgs)#
#application.ptCourseCatalog.utils.runCommand(beanName=xParams.chooserCFCName,
methodName="loadAddNewLink",
args=initArgs)#
Select the records you want to include in the selections by dragging
items into or out of the 'Available Items' list. Order the columns
within the datasheet by dragging items within the 'Selected Items' field.
Available Items
Selected Items
// Set the query type flag before running the command
selectionsArg.queryType = "notselected";
#application.ptCourseCatalog.utils.runCommand(beanName=xParams.chooserCFCName,
methodName="getSelections",
args=selectionsArg)#
// Set the query type flag before running the command
selectionsArg.queryType = "selected";
#application.ptCourseCatalog.utils.runCommand(beanName=xParams.chooserCFCName,
methodName="getSelections",
args=selectionsArg)#