// initialize some of the attributes variables typeid = attributes.typeid; prefix = attributes.prefix; formname = attributes.formname; currentValues = attributes.currentValues; // check the values for defaults if( not structKeyExists(currentValues, "chooserCFCName") ) currentValues.chooserCFCName = ""; if( not structKeyExists(currentValues, "defaultCatID") ) currentValues.defaultCatID = ""; if( not structKeyExists(currentValues, "renderCatFilter") ) currentValues.renderCatFilter = "1"; if( not structKeyExists(currentValues, "loadAvailable") ) currentValues.loadAvailable = "0";
Chooser Bean Name:
Name of the Object Factory Bean that will be rendering and populating the chooser data. (i.e. profileGC). Note: Do NOT include ".cfc" in the name.
Default Category:
Select the photo category for the available photo selections.
If no category is selected, then 'Render Category Filter Option' will be forced enabled.
Render Category Filter Option: checked="checked">Enabled
checked="checked">Disabled
Option to enable/disable the photo category filter selection.
Load All Available Selections: Yes checked>    No checked>
Select the option to load all the avialable selections on the form load.