Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
inside form rendering; avoid using assert(), throw an exception instead
|
|
|
|
|
|
|
|
compatible change. Added a TActiveClientScript control instead
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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
|
|
|
|
|
|
|
|
|
|
Added missing bits to have TWebControlDecorator actually works.
|
|
|
|
|
|
change; fixed example in quickstart
TMultiView: added missing parameter in error message
|
|
|
|
due to line ending
|
|
|
|
security of TCaptcha (ticket #344)
|
|
|
|
|
|
|
|
|
|
|
|
example in quickstart.
|