Index
| S | |
| s | |
| searchResultCount | |
| setAutoRefresh | |
| setBody | |
| setDelayed, Environment | |
| setHTML | |
| setIcon | |
| setMetas | |
| setPeriodical | |
| setPreferences | |
| setSearchResultCount | |
| setStyle | |
| setText | |
| setTitle | |
| setUnreadCount | |
| setValue | |
| show | |
| some | |
| String | |
| stripTags | |
| T | |
| title | |
| toggle | |
| trim | |
| truncate | |
| U | |
| unreadCount | |
| W | |
| widget, Environment | |
| Widget |
Not documented
s: function()
Sets the auto-refresh interval for the widget.
setAutoRefresh: function( delay )
Sets the body of the Widget.
setBody: function( content )
Registers a function as delayed event.
setDelayed: function( name, fn, delay, bind )
Sets the innerHTML of the Element.
setHTML: function( html )
Sets the icon for the Widget.
setIcon: function( url, search )
Set the metas of the widget.
setMetas: function( metas )
Register a function as periodical event.
setPeriodical: function( name, fn, delay, force )
Register a function as periodical event.
setPeriodical: function( name, fn, delay, force )
Sets preferences of the widget.
setPreferences: function( schema )
Sets the search result count.
setSearchResultCount: function( count )
Modifies element’s CSS style properties.
setStyle: function( style )
Sets the inner text of the Element.
setText: function( text )
Sets the title of the Widget.
setTitle: function( title, extended )
Sets the count of unread items.
setUnreadCount: function( count )
Sets the value of the given preference.
setValue: function( name, value )
Displays and returns element.
show: function()
Tests whether some element in the array passes the test implemented by the provided function.
some: function( fn, bind )
Extensions to the native JavaScript String class.
Strips a string of any HTML tag.
stripTags: function()
Toggles the visibility of element.
toggle: function()
Trims the leading and trailing spaces off a string.
trim: function()
Truncates a string to the given length and appends a suffix to it (indicating that it is only an excerpt).
truncate: function( length, truncation )
Widget: current widget registered in this environnement.
The Widget class provides abstract methods to create and manipulate UWA widgets.