Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-10-27 | calling replace on clientside will now either replace the whole element ↵ | Jens Klaer | |
(like before) or optionally just replace its content this is needed for TJuiDialog (maybe for other jqueryui controls too) because if the element (in case of TJuiDialog the div panel) will be replaced, jqueryui will clean up by calling destroy on dom element removal causing the replaceWith to fail because the parent node is already removed when replacing the original element with the new content. to avoid this, only the inner content will be replaced which is now controlled by an optional parameter for the clientscript replace method. | |||
2015-10-14 | Merge pull request #553 from majuca/master | Jens Klaer | |
Issue 542 and 549 | |||
2015-09-21 | undefined separator for TJuiAutoComplete multiselection gives wrong token | Jens Klaer | |
2015-09-15 | small fixes for clientside validation | Jens Klaer | |
2015-09-05 | Issue 542 | Jean-Luc Gyger | |
2015-08-27 | update bootstrap from v3.2.0 to v3.3.5 | Jens Klaer | |
2015-08-10 | Fixed prototype to jquery leftover | Jens Klaer | |
2015-02-18 | Fix #545 | David | |
Return the created CallbackRequest on Prado.Callback and Prado.JuiCallback | |||
2014-11-21 | TJuiAutoComplete multiselection + quickstart doc | David | |
implemented Separator, minChars and Frequency properties, added the related quickstart parts | |||
2014-10-23 | Fix #538 | David | |
2014-10-20 | adding bootstrap 3. | Daniel | |
2014-07-30 | Fixed Validation.setErrorMessage | David | |
2014-07-23 | Fix #528 | David | |
2014-05-26 | Fixed regression in previous commit | Fabio Bas | |
TCallback exposes no real object in the page DOM, so the new method to find the form introduced with the previous commit needs to have a proper fallback to the old method. | |||
2014-05-11 | Better way for callbacks to get form object | Fabio Bas | |
by drigolin: http://www.pradoframework.com/forum/index.php?action=post;topic=17374.0 | |||
2014-04-25 | IE7+IE8 compatibility (fixes #520) | David | |
2014-04-21 | Fixed #516 , added test case | Fabio Bas | |
2014-04-14 | Fixed TDatePicker validation | Fabio Bas | |
2014-03-27 | Fix for tab control removing all extra css classes from tabs | gnits | |
TTabControl's client-side wrapper has previously wiped out all extra classes from tab views. Behaviour changed to reflect that of the elementClicked()'s. | |||
2014-03-26 | Fix #502 | Fabio Bas | |
2014-02-24 | IE fixes | Fabio Bas | |
2014-02-12 | Fixed TAutoComplete | Fabio Bas | |
2014-02-08 | Javascript fixes + workaround for old internet explorer < 9 | Fabio Bas | |
2014-02-08 | Removed duplicated code | Fabio Bas | |
2014-02-06 | Implemented basic support for callback events for JUI controls; ↵ | Fabio Bas | |
TJuiDraggable and TJuiDroppable examples | |||
2014-02-02 | fix datepicker positioning | Fabio Bas | |
2014-02-02 | Updated jQuery to 1.11, jQueryUi to 1.10.4 | Fabio Bas | |
2014-01-29 | Restored Prado.Element.focus() | 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 | Implemented ajax queue (based on https://github.com/gnarf37/jquery-ajaxQueue) | Fabio Bas | |
2014-01-05 | Ported TAccordion | Fabio Bas | |
2014-01-05 | Re-enable prototype-based scripts, and enable old drag&drop controls | Fabio Bas | |
2014-01-05 | Ensure script works in jQuery.noConflict() mode | Fabio Bas | |
2014-01-05 | Ported TInPlaceTextBox | Fabio Bas | |
2014-01-05 | Restored TAutoComplete | Fabio Bas | |
2013-12-06 | fixed TListBox && TImageButton AutoPostback | Fabio Bas | |
2013-12-02 | Small fix for autocomplete | Fabio Bas | |
2013-12-02 | Added an autocomplete based on jQuery-ui | Fabio Bas | |
2013-11-28 | cleaned up forgotten code in datepicker js | Fabio Bas | |
2013-11-28 | Deleted duplicated files | Fabio Bas | |
2013-11-28 | readded the ability to get a simple result from an ajax callback | Fabio Bas | |
2013-11-26 | Fixed DataTypeValidator for dates | Fabio Bas | |
2013-11-26 | Fixed dynamic creation of js events | Fabio Bas | |
2013-11-26 | Re-added Prado.Callback helper function | Fabio Bas | |
2013-11-26 | Ported TSlider | Fabio Bas | |
2013-11-26 | Ported THtmlArea | Fabio Bas | |
2013-11-26 | Ported colorpicker | Fabio Bas | |