source:
WAeUP_SRP/branches/joachim-azax-branch/skins/waeup_default/getRenderedWidgets.py
@
11107
Last change on this file since 11107 was 805, checked in by , 18 years ago | |
---|---|
|
|
File size: 170 bytes |
Line | |
---|---|
1 | ##parameters=layout |
2 | # $Id: getRenderedWidgets.py 805 2006-11-09 09:38:29Z joachim $ |
3 | """ |
4 | Return the rendered widget as a dict |
5 | |
6 | """ |
7 | dict = {} |
8 | |
9 | for r in layout['rows']: |
10 | for c in r: |
11 | dict[c['widget_id']] = c |
12 | return dict |
Note: See TracBrowser for help on using the repository browser.