Code completion result for source line:
getSe|lect();
(QueryType=COMPLETION, prefixSearch=false, caseSensitive=true)
------------------------------------
METHOD     getSelect(targetName: String):  [PUBLIC]   issue255966.js
Documentation:
Helper function: Returns both select boxes and data, either as source
        or as target parameter
Parameters:
| String | targetName | Which select box will be the target | 
Returns:
| Type: | {"targetSelect": [jquerified select object],
                      "sourceSelect": [jquerified select object],
                      "targetData"  : object,
                      "sourceData"  : object} | 
| Description: | object a custom object |