C# Class Fluqi.Widget.jPushButton.Events

A set of properties to apply to a set of jQuery UI Button.
Properties not yet supported:
Inheritance: Core.Options
Datei anzeigen Open project: toepoke/Fluqi

Public Methods

Method Description
SetClickEvent ( string methodSource ) : Events

This event doesn't actually exist as part of jQuery UI (no seriously, have a look for yourself http://jqueryui.com/demos/button/#events) or at the very least isn't documented. But it's a button, chances are you want an event, so we're adding one just for you :)

This is a Fluqi created event, no associated jQuery UI documentation

SetCreateEvent ( string methodSource ) : Events

This event is triggered when Button is created.

Method Details

SetClickEvent() public method

This event doesn't actually exist as part of jQuery UI (no seriously, have a look for yourself http://jqueryui.com/demos/button/#events) or at the very least isn't documented. But it's a button, chances are you want an event, so we're adding one just for you :)
This is a Fluqi created event, no associated jQuery UI documentation
public SetClickEvent ( string methodSource ) : Events
methodSource string
return Events

SetCreateEvent() public method

This event is triggered when Button is created.
public SetCreateEvent ( string methodSource ) : Events
methodSource string
return Events