/* chosenbox.js Purpose: Description: History: Tue Nov 16 15:15:52 TST 2011, Created by benbai Copyright (C) 2011 Potix Corporation. All Rights Reserved. This program is distributed under LGPL Version 3.0 in the hope that it will be useful, but WITHOUT ANY WARRANTY. */ function (out) { let zcls = this.getZclass(), uid = this.uuid; out.push('', '', '
', // hidden field for change input width dynamically '
', '
'); if (!this._renderByServer) this._renderItems(out); out.push('
', '
','
'); }