source:
WAeUP_SRP/trunk/skins/waeup_default/getRenderedWidgets.py
@
17952
Last change on this file since 17952 was 805, checked in by , 18 years ago | |
---|---|
|
|
File size: 170 bytes |
Rev | Line | |
---|---|---|
[524] | 1 | ##parameters=layout |
[805] | 2 | # $Id: getRenderedWidgets.py 805 2006-11-09 09:38:29Z joachim $ |
[524] | 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.