Page 1 of 1

JQEvents vs JQOptions.Events

PostPosted: 07 Mar 2013 17:27
by Jorge Sousa
Dear Customers,
We created this topic to clarify the differences between JQEvents and Events in JQComponent options.

JQEvents - are general html events, they were created only for one reason:
* most components do not have some events like "OnMouseOver", "OnBlur"...

Events in JQComponent options - has priority over JQEvents, because they execute javascript code inside to the proper functioning.

Please use JQEvents only if JQComponent Options doesn't have the event that you need.

For example:
* JQButtonOptions.OnClick different from the JQEvents.OnClick
* JQDropDownOptions.OnChange different from the JQEvents.OnChange or JQEvents.OnSelect


Note: Some events of JQEvents may not work on some JQComponents for various reasons!

Best Regards,
CGDevTools Support Team