C# Class Castle.MonoRail.Views.Brail.TestSite.Controllers.AjaxController

Inheritance: SmartDispatcherController
Show file Open project: nats/castle-1.0.3-mono

Public Methods

Method Description
AccountFormValidate ( string name, string addressf ) : void
AddUserWithAjax ( string name, string email ) : void
AutoCom ( ) : void
BuildFormRemoteTag ( ) : void
Index ( ) : void
JsFunctions ( ) : void
LinkToFunction ( ) : void
LinkToRemote ( ) : void
NameAutoCompletion ( string name ) : void
ObserveField ( ) : void
ObserveForm ( ) : void
PeriodInvocation ( ) : void
PeriodInvokeTarget ( ) : void

Private Methods

Method Description
GetList ( ) : IList

Method Details

AccountFormValidate() public method

public AccountFormValidate ( string name, string addressf ) : void
name string
addressf string
return void

AddUserWithAjax() public method

public AddUserWithAjax ( string name, string email ) : void
name string
email string
return void

AutoCom() public method

public AutoCom ( ) : void
return void

BuildFormRemoteTag() public method

public BuildFormRemoteTag ( ) : void
return void

Index() public method

public Index ( ) : void
return void

JsFunctions() public method

public JsFunctions ( ) : void
return void

LinkToFunction() public method

public LinkToFunction ( ) : void
return void

LinkToRemote() public method

public LinkToRemote ( ) : void
return void

NameAutoCompletion() public method

public NameAutoCompletion ( string name ) : void
name string
return void

ObserveField() public method

public ObserveField ( ) : void
return void

ObserveForm() public method

public ObserveForm ( ) : void
return void

PeriodInvocation() public method

public PeriodInvocation ( ) : void
return void

PeriodInvokeTarget() public method

public PeriodInvokeTarget ( ) : void
return void