Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
picky on controls created on ajax response
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
Fixed ActiveDropDownListtestCase, added a dummy selenium.css to avoid a 404 error while debugging test cases
|
|
in r3117
|
|
|
|
the fix of #91
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|