Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Rave Wiki" for change 
notification.

The "JSAPI" page has been changed by ErinNoePayne:
http://wiki.apache.org/rave/JSAPI?action=diff&rev1=2&rev2=3

  convenience function to extend RegionWidget's prototype for adding custom 
functionality <<BR>>
  - mixin Object key / value pairs to extend the RegionWidget prototype <<BR>> 
<<BR>>
  
+ rave.RegionWidget.defaultView <<BR>>
+ property that dictates the default view widgets will be rendered into <<BR>>
+ - String view name, initializes to 'default' <<BR>> <<BR>>
+ 
+ rave.RegionWidget.defaultWidth <<BR>>
+ property that dictates the default width of a rendered widget iframe <<BR>>
+ - Int width in pixels, defaults to 320 <<BR>> <<BR>>
+ 
+ rave.RegionWidget.defaultHeight <<BR>>
+ property that dictates the default height of a rendered widget iframe <<BR>>
+ - Int height in pixels, defaults to 200 <<BR>> <<BR>>
+ 
  rave.RegionWidget.prototype.render(el, opts) <<BR>>
  Renders a region widget instance into a dom element. Invokes the widget 
providers renderWidget method. <<BR>>
  - el DomElement the DOM element into which the widget's iframe will be 
injected and rendered OR <<BR>>

Reply via email to