Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-03-29 | Js: Prado.Element.focus: wait for all callbacks to finish before focusing ↵ | Fabio Bas | |
the element | |||
2016-03-29 | Js: restored 100ms delay on Prado.Element.focus | Fabio Bas | |
2016-03-24 | Added TReCaptcha2 and wrote doc; fix #560 | Fabio Bas | |
2016-03-24 | Fix #540 | Fabio Bas | |
2016-03-23 | belated happy new year | Fabio Bas | |
2016-03-06 | Revert part of #553; fix #574 | Fabio Bas | |
2016-02-24 | Clear dead code related to HasPriority | Fabio Bas | |
2016-02-24 | Fix ClientSide.RequestTimeOut on active controls | Fabio Bas | |
2016-02-23 | TJuiAutoComplete: better handling of the TextCssClass Option on complex ↵ | Fabio Bas | |
ItemTemplates | |||
2016-02-23 | Make logging configurable | Fabio Bas | |
2016-02-23 | Rework the callback error handler to use the browser console for outputting ↵ | Fabio Bas | |
debug info if the logger is not available Also, clean some leftover dead code | |||
2016-02-20 | TJuiAutoComplete: fix parsing of suggestions | Fabio Bas | |
If no “textCssClass” has been defined, we could get as the label value both a simple text string or an html snippet. Fix parsing for the former case: <prop:Suggestions.ItemTemplate> <%# $this->Data->Field %> </prop:Suggestions.ItemTemplate> | |||
2016-02-20 | Fix callback for controls with PostState=false | Fabio Bas | |
When PostState=false, always send at least the page state <com:TActiveButton ActiveControl.ClientSide.PostState="false" /> | |||
2016-02-20 | Be more aggressive stopping events | Fabio Bas | |
Also, return false so that jQuery will know that the event has been stopped, too This fixes some special cases where <TButton Attributes.onClick=“return false;” /> caused a postback | |||
2015-12-07 | Move urls from pradosoft.com to github's project page; drop unmaintained ↵ | Fabio Bas | |
quickstart tutorial translations | |||
2015-11-07 | Prepare for release: update (c) year to 2015, version to 3.3 | Fabio Bas | |
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-22 | Scaffolding 5% | Daniel | |
2014-10-21 | update client script docs | Daniel | |
2014-10-21 | preparing scaffolding details | Daniel | |
2014-10-20 | adding bootstrap 3. | Daniel | |
2014-07-30 | Fixed Validation.setErrorMessage | David | |
2014-07-23 | Fix #528 | David | |
2014-07-19 | Merge pull request #525 from david0/issue-524 | ctrlaltca | |
Convert encoding of all values inside an array before json_serialize | |||
2014-07-10 | Convert encoding of all values inside an array before json_serialize (Fixes ↵ | David | |
#524) | |||
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 |