Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change lang.hitch to javascript bind method | Pavel Vomacka | 2016-06-03 | 1 | -4/+3 |
| | | | | | | | | Also remove the dojo/_base/lang module in cases it is not needed any more. https://fedorahosted.org/freeipa/ticket/5702 Reviewed-By: Petr Vobornik <pvoborni@redhat.com> | ||||
* | webui: FormMixin | Petr Vobornik | 2014-04-15 | 1 | -0/+204 |
a mixin used for fields validation. Basically implements a logic which is already in details facet and dialog. Now this logic can be used in any component. The long term goal is to replace the logic in details facet and dialog with this mixin. https://fedorahosted.org/freeipa/ticket/3903 Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com> |