Index
$#! · 0-9 · A · B · C · D · E · F · G · H · I · J · K · L · M · N · O · P · Q · R · S · T · U · V · W · X · Y · Z
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
s: function()
Not documented
setAutoRefresh: function(delay)
Sets the auto-refresh interval for the widget.
setBody: function(content)
Sets the body of the Widget.
setDelayed: function(name,
fn,
delay,
bind)
Registers a function as delayed event.
setHTML: function(html)
Sets the innerHTML of the Element.
setIcon: function(url,
search)
Sets the icon for the Widget.
setMetas: function(metas)
Set the metas of the widget.
setPeriodical: function(name,
fn,
delay,
force)
Register a function as periodical event.
setPeriodical: function(name,
fn,
delay,
force)
Register a function as periodical event.
setPreferences: function(schema)
Sets preferences of the widget.
setSearchResultCount: function(count)
Sets the search result count.
setStyle: function(style)
Modifies element’s CSS style properties.
setText: function(text)
Sets the inner text of the Element.
setTitle: function(title,
extended)
Sets the title of the Widget.
setUnreadCount: function(count)
Sets the count of unread items.
setValue: function(name,
value)
Sets the value of the given preference.
show: function()
Displays and returns element.
some: function(fn,
bind)
Tests whether some element in the array passes the test implemented by the provided function.
Extensions to the native JavaScript String class.
stripTags: function()
Strips a string of any HTML tag.
toggle: function()
Toggles the visibility of element.
trim: function()
Trims the leading and trailing spaces off a string.
truncate: function(length,
truncation)
Truncates a string to the given length and appends a suffix to it (indicating that it is only an excerpt).
Widget: current widget registered in this environnement.
The Widget class provides abstract methods to create and manipulate UWA widgets.