lib/spiderfw/widget/widget.rb in spiderfw-0.6.2 vs lib/spiderfw/widget/widget.rb in spiderfw-0.6.3
- old
+ new
@@ -236,9 +236,11 @@
end
i_attribute :use_template
attribute :"sp:target-only"
attribute :class
+ # shows the widget's local id in the html instead of the full id
+ attribute :keep_id, :type => Spider::Bool, :default => false
default_asset 'jquery'
default_asset 'spider'