Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-20 | made TJuiControl options changeable during callback | Jens Klaer | |
- TJuiControlOptions are now stored in viewstate and tracked by the new TJuiCallbackPageStateTracker class extending the default viewstate tracker class - TJuiCallbackPageStateTracker registers endscripts automatically for each changed option for the clientside changes, added some normalized getter for that | |||
2015-05-20 | viewstate tracking with custom pagestate tracker class | Jens Klaer | |
- made tracker class customizable through setter, leaving old TCallbackPageStateTracker as default - changed visibility for the tracked control in TCallbackPageStateTracker to protected so deriving tracker classes can access it | |||
2015-04-07 | Fix TReCaptcha::regenerateToken | David | |
via Forum see http://www.pradosoft.com/forum/index.php?topic=17436.msg65686 | |||
2015-04-06 | Fix TReCaptcha Validation | David | |
It seems like captchaready is fired too soon, when recaptcha is not yet ready. Use jquery delegated events to work around this. | |||
2015-03-11 | TJuiDialog | David | |
2015-02-18 | Fix #546 | David | |
Added TAccordion specific exception messages | |||
2015-01-28 | raising update views-ar functions to TTemplateControl | Daniel | |
2014-12-15 | Attending some important David suggestions. | Daniel | |
2014-12-15 | Attending some important David suggestions. | Daniel | |
2014-11-21 | TJuiAutoComplete multiselection + quickstart doc | David | |
implemented Separator, minChars and Frequency properties, added the related quickstart parts | |||
2014-10-20 | finished the first stept of prado scaffolding | Daniel | |
2014-10-20 | finished the first stept of prado scaffolding | Daniel | |
2014-10-20 | Completed tryToUpdateView and tryToUpdateAR. | Daniel | |
2014-10-19 | function tryToUpdateView 1st version completed. | Daniel | |
2014-10-17 | Adding functions to update view controls and AR objects automagicaly... | Daniel | |
2014-10-17 | Adding functions to update view controls and AR objects automagicaly... | usrcampusoft07 | |
2014-04-21 | TJuiProgressBar | Fabio Bas | |
2014-04-21 | TJuiControlAdapter: guess value datatype before passing it to clientside | Fabio Bas | |
2014-04-20 | Fix #515 | Fabio Bas | |
2014-04-12 | Recaptcha controls converted to jQuery | gnits | |
Prototype-style calls replaced with jQuery-style calls | |||
2014-04-11 | Added missing method in TJuiAutoComplete; refs #514 | Fabio Bas | |
2014-04-03 | Respect ButtonCssClass property in TActivePager. fix #511 | Fabio Bas | |
2014-03-26 | Fix #506 | Fabio Bas | |
2014-03-25 | Fix #504 | Fabio Bas | |
2014-03-12 | Fix: avoid unnecessary scrolling | David | |
2014-02-27 | TRatingList: try harder to find the Caption control | Fabio Bas | |
TRatingList uses a loose method to find its caption control, searching it by id within the page. If the element is not found in the page, try to find it inside the TRatingList’s NamingContainer | |||
2014-02-19 | Avoid an exception loop on callback error when headers have already been ↵ | Fabio Bas | |
sent; send error trace in the body, since headers are limited in size | |||
2014-02-12 | Dropped Markdown for Parsedown | Fabio Bas | |
2014-02-08 | Fixed TActiveRatingList | Fabio Bas | |
2014-02-08 | Quickstart documentation for Interactions | Fabio Bas | |
2014-02-08 | TJuiSortable events | Fabio Bas | |
2014-02-08 | TJuiSelectable events | Fabio Bas | |
2014-02-08 | TJuiResizable events | Fabio Bas | |
2014-02-08 | Misc TJuiControlAdapter fixes | Fabio Bas | |
2014-02-06 | Implemented basic support for callback events for JUI controls; ↵ | Fabio Bas | |
TJuiDraggable and TJuiDroppable examples | |||
2014-02-02 | Fix #498 | Fabio Bas | |
2014-01-29 | Avoid dependency loop between TRadioButton and TRadioButtonList | Fabio Bas | |
2014-01-15 | Removed ?> from buildscripts and demos | Fabio Bas | |
2014-01-15 | Merge pull request #495 from david0/master | ctrlaltca | |
Fix: do json_decode before decoding UTF8 to globalisations charset | |||
2014-01-15 | Fix: do json_decode before decoding UTF8 to globalisations charset | David | |
(Fixes 492) | |||
2014-01-15 | Added basic events for JuiControls, added quickstart demos | Fabio Bas | |
2014-01-10 | Optimization: avoid duplicate creation of T*CheckBoxList, T*RadioButtonList ↵ | Fabio Bas | |
js items | |||
2014-01-10 | Fix TActiveCheckBoxList, TActiveRadioButtonList | Fabio Bas | |
2014-01-10 | Ported TRatingList | Fabio Bas | |
2014-01-10 | Fixed AutoPostback of TImageButton, TCheckBoxList, TRadioButtonList | Fabio Bas | |
2014-01-06 | Removed all @version $Id comments: they were managed by svn and are useless ↵ | Fabio Bas | |
with git | |||
2014-01-06 | Happy 2014! | Fabio Bas | |
2014-01-05 | Re-enable prototype-based scripts, and enable old drag&drop controls | Fabio Bas | |
2014-01-05 | Restored TAutoComplete | Fabio Bas | |
2013-12-06 | jQuery-ui: Resizable, Selectable, Sortable | Fabio Bas | |