forked from extern/egroupware
ba35be1d86
Fix vfsSelectUI to be able to select files again with click on the row and only submit selected files. Also change Et2Widget.iterateOver and legacy et2_widget.interateOver to be called with new web-component classes like Et2Checkbox. Also make Et2Widget matching all widgets by default like et2_widget. Remove legacy et2_widget_checkbox code.
17 lines
424 B
TypeScript
17 lines
424 B
TypeScript
/**
|
|
* EGroupware eTemplate2 - JS Checkbox object
|
|
*
|
|
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
|
* @package etemplate
|
|
* @subpackage api
|
|
* @link https://www.egroupware.org
|
|
* @author Nathan Gray
|
|
* @copyright Nathan Gray 2011
|
|
*/
|
|
|
|
import {Et2Checkbox} from "./Et2Checkbox/Et2Checkbox";
|
|
|
|
/**
|
|
* @deprecated use Et2Checkbox
|
|
*/
|
|
export class et2_checkbox extends Et2Checkbox {} |