C# 클래스 Ext.Net.MVC.Examples.Areas.TreePanel_Advanced.Controllers.Remote_ModeController

상속: Controller
파일 보기 프로젝트 열기: extnet/Ext.NET.Examples.MVC

공개 메소드들

메소드 설명
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

메소드 상세

GetNodes() 공개 메소드

public GetNodes ( string node ) : StoreResult
node string
리턴 StoreResult

Index() 공개 메소드

public Index ( ) : System.Web.Mvc.ActionResult
리턴 System.Web.Mvc.ActionResult

RemoteAppend() 공개 메소드

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

RemoteEdit() 공개 메소드

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

RemoteEdit_RowEditing() 공개 메소드

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

RemoteInsert() 공개 메소드

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

RemoteMove() 공개 메소드

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

RemoteRemove() 공개 메소드

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