Ext.NET  5.3.0
.NET Component Framework for Enterprise Level Apps
Ext.Net.IScriptable Interface Reference

More...

Inheritance diagram for Ext.Net.IScriptable:
Ext.Net.ScriptClass Ext.Net.BadgeMessage Ext.Net.CalloutMessage Ext.Net.Cookies Ext.Net.CSS Ext.Net.Dom Ext.Net.Element Ext.Net.Info Ext.Net.Js Ext.Net.Mask Ext.Net.Notification Ext.Net.QuickTips Ext.Net.WindowManager

Public Member Functions

string ToScript ()
 
void Render ()
 
void AddScript (string script)
 
void AddScript (string template, params object[] args)
 
void Call (string name)
 
void Call (string name, params object[] args)
 
void Set (string name, object value)
 

Properties

string InstanceOf [get]
 

Detailed Description

Member Function Documentation

◆ AddScript() [1/2]

void Ext.Net.IScriptable.AddScript ( string  script)

Parameters
script

Implemented in Ext.Net.ScriptClass.

◆ AddScript() [2/2]

void Ext.Net.IScriptable.AddScript ( string  template,
params object[]  args 
)

Parameters
template
args

Implemented in Ext.Net.ScriptClass.

◆ Call() [1/2]

void Ext.Net.IScriptable.Call ( string  name)

Parameters
name

Implemented in Ext.Net.ScriptClass, and Ext.Net.Element.

◆ Call() [2/2]

void Ext.Net.IScriptable.Call ( string  name,
params object[]  args 
)

Parameters
name
args

Implemented in Ext.Net.ScriptClass, and Ext.Net.Element.

◆ Render()

void Ext.Net.IScriptable.Render ( )

Implemented in Ext.Net.ScriptClass.

◆ Set()

void Ext.Net.IScriptable.Set ( string  name,
object  value 
)

Parameters
name
value

Implemented in Ext.Net.ScriptClass.

◆ ToScript()

Property Documentation

◆ InstanceOf

string Ext.Net.IScriptable.InstanceOf
get


The documentation for this interface was generated from the following file: