C# 클래스 Fluqi.Widget.jPushButton.Events

A set of properties to apply to a set of jQuery UI Button.
Properties not yet supported:
상속: Core.Options
파일 보기 프로젝트 열기: toepoke/Fluqi

공개 메소드들

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