mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 04:20:05 +02:00
got et2 mostly working: timesheet.edit renders
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
* @license http://opensource.org/licenses/gpl-license.php GPL - GNU General Public License
|
||||
* @package etemplate
|
||||
* @subpackage api
|
||||
* @link http://www.egroupware.org
|
||||
* @link https://www.egroupware.org
|
||||
* @author Andreas Stöckel
|
||||
*/
|
||||
|
||||
@@ -19,7 +19,9 @@ import {ClassWithAttributes} from "./et2_core_inheritance";
|
||||
import {et2_createWidget, et2_register_widget, WidgetConfig} from "./et2_core_widget";
|
||||
import {et2_valueWidget} from './et2_core_valueWidget'
|
||||
import {et2_inputWidget} from './et2_core_inputWidget'
|
||||
import {et2_button} from './et2_widget_button'
|
||||
import {et2_IDetachedDOM, et2_IResizeable} from "./et2_core_interfaces";
|
||||
import {et2_csvSplit, et2_no_init} from "./et2_core_common";
|
||||
import {egw} from "../jsapi/egw_global";
|
||||
|
||||
/**
|
||||
* Class which implements the "textbox" XET-Tag
|
||||
@@ -411,7 +413,7 @@ et2_register_widget(et2_textbox_ro, ["textbox_ro"]);
|
||||
* et2_searchbox is a widget which provides a collapsable input search
|
||||
* with on searching indicator and clear handler regardless of any browser limitation.
|
||||
*/
|
||||
class et2_searchbox extends et2_textbox
|
||||
export class et2_searchbox extends et2_textbox
|
||||
{
|
||||
/**
|
||||
* Advanced attributes
|
||||
|
Reference in New Issue
Block a user