Add()
|
none
|
Creates a new item with the default settings and adds it to the collection.
|
Add(ToolbarCustomCssListEditItem)
|
item
|
Adds a specified item to the end of the collection.
|
Add(String, Object, String)
|
text, value, imageUrl
|
Creates a new item with the specified settings and adds it to the collection.
|
Add(String, Object)
|
text, value
|
Creates a new item with the specified settings and adds it to the collection.
|
Add(String, String, String, String)
|
text, tagName, cssClass, previewClass
|
Creates a new item with the specified settings and adds it to the collection.
|
Add(String, String, String)
|
text, tagName, cssClass
|
Creates a new item with the specified settings and adds it to the collection.
|
Add(String)
|
text
|
Creates a new item with the specified setting and adds it to the collection.
|