Class JsToolbar
Web control for ExtJs toolbar
Inheritance
System.Object
JsToolbar
Namespace: Mediachase.BusinessFoundation
Assembly: Mediachase.BusinessFoundation.dll
Version: 13.30.0Syntax
public class JsToolbar : ScriptControl
Constructors
JsToolbar()
Declaration
public JsToolbar()
Properties
BlankImageUrl
Gets or sets the blank image URL.
Declaration
public string BlankImageUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String | The blank image URL. |
CssClassGeneral
Gets or sets the CSS class general.
Declaration
public string CssClassGeneral { get; set; }
Property Value
Type | Description |
---|---|
System.String | The CSS class general. |
McToolbarItems
Gets the mc toolbar items.
Declaration
public List<McToolbarItem> McToolbarItems { get; }
Property Value
Type | Description |
---|---|
System.Collections.Generic.List<McToolbarItem> | The mc toolbar items. |
Methods
GetScriptDescriptors()
Declaration
protected override IEnumerable<ScriptDescriptor> GetScriptDescriptors()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Web.UI.ScriptDescriptor> |
GetScriptReferences()
Declaration
protected override IEnumerable<ScriptReference> GetScriptReferences()
Returns
Type | Description |
---|---|
System.Collections.Generic.IEnumerable<System.Web.UI.ScriptReference> |
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.EventArgs | e |
Render(HtmlTextWriter)
Renders the specified writer.
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
Type | Name | Description |
---|---|---|
System.Web.UI.HtmlTextWriter | writer | The writer. |