summaryrefslogtreecommitdiff
path: root/framework/Web/Javascripts
AgeCommit message (Collapse)Author
2015-11-07Prepare for release: update (c) year to 2015, version to 3.3Fabio Bas
2015-10-27calling 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-14Merge pull request #553 from majuca/masterJens Klaer
Issue 542 and 549
2015-09-21undefined separator for TJuiAutoComplete multiselection gives wrong tokenJens Klaer
2015-09-15small fixes for clientside validationJens Klaer
2015-09-05Issue 542Jean-Luc Gyger
2015-08-27update bootstrap from v3.2.0 to v3.3.5Jens Klaer
2015-08-10Fixed prototype to jquery leftoverJens Klaer
2015-02-18Fix #545David
Return the created CallbackRequest on Prado.Callback and Prado.JuiCallback
2014-11-21TJuiAutoComplete multiselection + quickstart docDavid
implemented Separator, minChars and Frequency properties, added the related quickstart parts
2014-10-23Fix #538David
2014-10-22Scaffolding 5%Daniel
2014-10-21update client script docsDaniel
2014-10-21preparing scaffolding detailsDaniel
2014-10-20adding bootstrap 3.Daniel
2014-07-30Fixed Validation.setErrorMessageDavid
2014-07-23Fix #528David
2014-07-19Merge pull request #525 from david0/issue-524ctrlaltca
Convert encoding of all values inside an array before json_serialize
2014-07-10Convert encoding of all values inside an array before json_serialize (Fixes ↵David
#524)
2014-05-26Fixed regression in previous commitFabio 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-11Better way for callbacks to get form objectFabio Bas
by drigolin: http://www.pradoframework.com/forum/index.php?action=post;topic=17374.0
2014-04-25IE7+IE8 compatibility (fixes #520)David
2014-04-21Fixed #516 , added test caseFabio Bas
2014-04-14Fixed TDatePicker validationFabio Bas
2014-03-27Fix for tab control removing all extra css classes from tabsgnits
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-26Fix #502Fabio Bas
2014-02-24IE fixesFabio Bas
2014-02-12Fixed TAutoCompleteFabio Bas
2014-02-08Javascript fixes + workaround for old internet explorer < 9Fabio Bas
2014-02-08Removed duplicated codeFabio Bas
2014-02-06Implemented basic support for callback events for JUI controls; ↵Fabio Bas
TJuiDraggable and TJuiDroppable examples
2014-02-02fix datepicker positioningFabio Bas
2014-02-02Updated jQuery to 1.11, jQueryUi to 1.10.4Fabio Bas
2014-01-29Restored Prado.Element.focus()Fabio Bas
2014-01-10Optimization: avoid duplicate creation of T*CheckBoxList, T*RadioButtonList ↵Fabio Bas
js items
2014-01-10Fix TActiveCheckBoxList, TActiveRadioButtonListFabio Bas
2014-01-10Ported TRatingListFabio Bas
2014-01-10Fixed AutoPostback of TImageButton, TCheckBoxList, TRadioButtonListFabio Bas
2014-01-06Implemented ajax queue (based on https://github.com/gnarf37/jquery-ajaxQueue)Fabio Bas
2014-01-06Removed all @version $Id comments: they were managed by svn and are useless ↵Fabio Bas
with git
2014-01-06Happy 2014!Fabio Bas
2014-01-05Ported TAccordionFabio Bas
2014-01-05Re-enable prototype-based scripts, and enable old drag&drop controlsFabio Bas
2014-01-05Ensure script works in jQuery.noConflict() modeFabio Bas
2014-01-05Ported TInPlaceTextBoxFabio Bas
2014-01-05Restored TAutoCompleteFabio Bas
2013-12-06fixed TListBox && TImageButton AutoPostbackFabio Bas
2013-12-02Small fix for autocompleteFabio Bas
2013-12-02Added an autocomplete based on jQuery-uiFabio Bas
2013-11-28cleaned up forgotten code in datepicker jsFabio Bas