Widget_listitem - gd-99/symbiogd GitHub Wiki

A list item.

Child of $.webos.container.

Options

Options:

  • Array columns: the list's columns

Methods

  • jQuery addColumn([value]) : Add a new column.
  • String [value] The new column's content.
  • jQuery column(id, [content]) : Get/set a column.
  • Number id The column id.
  • String [content] The column's content.
  • Boolean active(value, unactiveOthers) : Get/set this item active value.
  • Boolean value True to set this item active, false to set it inactive.
  • Boolean unactiveOthers Unactive all other items.
  • jQuery parentList() : Get this item's parent list.

Static methods

This class hasn't any static method.