C# Класс Fluqi.Widget.jPushButton.Events

A set of properties to apply to a set of jQuery UI Button.
Properties not yet supported:
Наследование: Core.Options
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

SetClickEvent() публичный Метод

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
Результат Events

SetCreateEvent() публичный Метод

This event is triggered when Button is created.
public SetCreateEvent ( string methodSource ) : Events
methodSource string
Результат Events