summaryrefslogtreecommitdiffstats
path: root/install/ui/src/freeipa/widgets/ContainerMixin.js
Commit message (Collapse)AuthorAgeFilesLines
* webui: add parent link to widgets in ContainerMixinPetr Vobornik2014-06-231-0/+2
| | | | | | | | Standard facets sets `facet` attribute to widgets. This one adds similar, more generic `parent` attribute which should be used for going through the hierarchy up to top. Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
* webui: ContainerMixinPetr Vobornik2014-04-151-0/+154
A mixin which implements widget storing logic. Similar logic is already implemented in details facet and dialog. Long term goal is to replace that with this one. Separating the logic into mixin makes it usable in other components. https://fedorahosted.org/freeipa/ticket/3903 Reviewed-By: Adam Misnyovszki <amisnyov@redhat.com>