forked from extern/egroupware
Make support for some old widgets
This commit is contained in:
parent
5f3570768d
commit
d1ff0a8b4f
@ -463,4 +463,4 @@ export class et2_button extends et2_baseWidget implements et2_IInput, et2_IDetac
|
||||
});
|
||||
}
|
||||
}
|
||||
et2_register_widget(et2_button, ["button", "buttononly"]);
|
||||
et2_register_widget(et2_button, ["button", "buttononly", "old-button", "old-buttononly"]);
|
||||
|
@ -169,7 +169,7 @@ export class et2_number extends et2_textbox
|
||||
}
|
||||
}
|
||||
}
|
||||
et2_register_widget(et2_number, ["int", "integer", "float"]);
|
||||
et2_register_widget(et2_number, ["int", "integer", "float", "old-int"]);
|
||||
|
||||
/**
|
||||
* Extend read-only to tell it to ignore special attributes, which
|
||||
|
Loading…
Reference in New Issue
Block a user