source:
WAeUP_SRP/trunk/skins/waeup_default/getRenderedWidgets.py
@
531
Last change on this file since 531 was 524, checked in by , 18 years ago | |
---|---|
File size: 228 bytes |
Rev | Line | |
---|---|---|
[524] | 1 | ##parameters=layout |
2 | # $Id: process_waeup_login.py 521 2006-09-14 08:02:57Z 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.