SOURCE CODE: Uize.Templates.Collection

VIEW REFERENCE

/*
  This is an automatically generated module, compiled from the JavaScript template file:
    Uize.Templates.Collection.js.jst
*/
  
/*ScruncherSettings Mappings="=" LineCompacting="TRUE"*/

Uize.module ({
  name:'Uize.Templates.Collection',
  builder:function () {
    var _package = function () {};

    /*** Public Static Methods ***/
      _package.process = function (input) {
        var output = [];
        output.push ('\r\n
Drag and drop selected items to reorganize
\r\n
\r\n
 
\r\n
\r\n SELECT ALL\r\n SELECT NONE\r\n REMOVE\r\n
\r\n
\r\n
\r\n\r\n'); return output.join (''); }; /*** Public Static Properties ***/ _package.input = { idPrefix:'string' }; return _package; } });