Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
(continue)
|
|
|
|
by php; use php built-in functions when available
|
|
|
|
|
|
|
|
|
|
setting the CallbackOptions property (refs #374)
|
|
|
|
inside form rendering; avoid using assert(), throw an exception instead
|
|
|
|
|
|
|
|
evaluated them
|
|
|
|
compatible change. Added a TActiveClientScript control instead
|
|
|
|
|
|
|
|
|
|
|
|
true (both for backward compatibility and coherence with other active controls)
|
|
|
|
|
|
|
|
|
|
|
|
activecontrol, set its style to display:none to ensure it's considered not-visible by clientside javascript
|
|
|
|
methods prefixed by "js" to indicate that those methods can receive raw javascript. Such methods can be called both in a xss-safe, javascript-encoded way: $xxx->Property="yyy" and in a raw-javascript way: $xxx->jsProperty="zzz". Patch by gabor, documentation is on the way
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
a quickstart example, updated 2 tests that were broken + HISTORY
|
|
|
|
|
|
discussion in the ticket)
|