C# Class Ext.Net.MVC.Examples.Areas.TreePanel_Advanced.Controllers.Remote_ModeController

Inheritance: Controller
Show file Open project: extnet/Ext.NET.Examples.MVC

Public Methods

Method Description
GetNodes ( string node ) : StoreResult
Index ( ) : System.Web.Mvc.ActionResult
RemoteAppend ( string parentId, string text ) : System.Web.Mvc.ActionResult
RemoteEdit ( string id, string field, string newValue, string oldValue ) : System.Web.Mvc.ActionResult
RemoteEdit_RowEditing ( string id, [ newValues, [ oldValues ) : System.Web.Mvc.ActionResult
RemoteInsert ( int index, string parentId, string text ) : System.Web.Mvc.ActionResult
RemoteMove ( string ids, string targetId, string parentIds, string point ) : System.Web.Mvc.ActionResult
RemoteRemove ( string id, string parentId ) : System.Web.Mvc.ActionResult

Method Details

GetNodes() public method

public GetNodes ( string node ) : StoreResult
node string
return StoreResult

Index() public method

public Index ( ) : System.Web.Mvc.ActionResult
return System.Web.Mvc.ActionResult

RemoteAppend() public method

public RemoteAppend ( string parentId, string text ) : System.Web.Mvc.ActionResult
parentId string
text string
return System.Web.Mvc.ActionResult

RemoteEdit() public method

public RemoteEdit ( string id, string field, string newValue, string oldValue ) : System.Web.Mvc.ActionResult
id string
field string
newValue string
oldValue string
return System.Web.Mvc.ActionResult

RemoteEdit_RowEditing() public method

public RemoteEdit_RowEditing ( string id, [ newValues, [ oldValues ) : System.Web.Mvc.ActionResult
id string
newValues [
oldValues [
return System.Web.Mvc.ActionResult

RemoteInsert() public method

public RemoteInsert ( int index, string parentId, string text ) : System.Web.Mvc.ActionResult
index int
parentId string
text string
return System.Web.Mvc.ActionResult

RemoteMove() public method

public RemoteMove ( string ids, string targetId, string parentIds, string point ) : System.Web.Mvc.ActionResult
ids string
targetId string
parentIds string
point string
return System.Web.Mvc.ActionResult

RemoteRemove() public method

public RemoteRemove ( string id, string parentId ) : System.Web.Mvc.ActionResult
id string
parentId string
return System.Web.Mvc.ActionResult