2012-07-16 08:13:38 +00:00
|
|
|
$('#widget_list select').html("<%= j options_for_select(@module_app.widgets.collect{|k,v| k}) %>")
|
2012-07-26 08:39:29 +00:00
|
|
|
$('#widget_style_list select').html("<%= j options_for_select(@module_app.widgets[@widget_path]) %>")
|
2012-05-09 16:25:30 +00:00
|
|
|
$('#widget_category').html("<%= j render 'widget_categories' %>")
|
|
|
|
$('#widget_tag').html("<%= j render 'widget_tags' %>")
|