summaryrefslogtreecommitdiff
path: root/framework/Web/Javascripts/source
AgeCommit message (Collapse)Author
2016-02-24Fix ClientSide.RequestTimeOut on active controlsFabio Bas
2016-02-23TJuiAutoComplete: better handling of the TextCssClass Option on complex ↵Fabio Bas
ItemTemplates
2016-02-23Make logging configurableFabio Bas
2016-02-23Rework 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-20TJuiAutoComplete: fix parsing of suggestionsFabio 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-20Fix callback for controls with PostState=falseFabio Bas
When PostState=false, always send at least the page state <com:TActiveButton ActiveControl.ClientSide.PostState="false" />
2016-02-20Be more aggressive stopping eventsFabio 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-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-20adding bootstrap 3.Daniel
2014-07-30Fixed Validation.setErrorMessageDavid
2014-07-23Fix #528David
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-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