summaryrefslogtreecommitdiff
path: root/framework/Web/Javascripts/source
AgeCommit message (Collapse)Author
2014-08-22IE7+IE8 compatibility (fixes #520)David
(cherry picked from commit 5cd010cb008b6e28988de5a5b7e9e769eea80907) Conflicts: framework/Web/Javascripts/source/prado/activecontrols/ajax3.js
2014-08-22Fixed #516 , added test caseFabio Bas
(cherry picked from commit c66097eac2c2691bf0047829275962ec0bf2b41f)
2014-08-21Fix #502Fabio Bas
(cherry picked from commit e2fb2ab1e2b5925f16d4dd5c3ac514a0e54ee026) Conflicts: framework/Web/Javascripts/source/prado/controls/slider.js
2013-11-25Updated version to 3.2.3Fabio Bas
2013-10-03During callback, separate loading of stylesheet files and code snippets; ↵Fabio Bas
fixes #480
2013-09-17Avoid triggering the default button of the form when pressing enter over a ↵3.2.2.03Fabio Bas
valid <a href='..'>; fixes #480
2013-09-11Merge up to r3319Ciro Mattia Gonano
2013-07-24Upgrade to newly released 3.2.23.2.2Ciro Mattia Gonano
2013-04-24Update to 3.2.1Ciro Mattia Gonano
2013-01-21ported r3259 to trunk/ctrlaltca
2013-01-06backpotder r3238, r3239 to trunk/ctrlaltca
2012-08-30Prado.Element.setAttribute() : remove the "readonly" attribute when it's set ↵ctrlaltca
to false (the same already applies for "disabled")
2012-08-16updated tinyMCE to 3.5.6ctrlaltca
2012-07-30test patch for #417ctrlaltca
2012-07-12standardize the use of unix eol; use svn properties to enforce native eolctrlaltca
2012-06-19committer patch for #408ctrlaltca
2012-06-01TActiveClientScript: remove scripts from the page after the browser ↵ctrlaltca
evaluated them
2012-05-28Patch for #404ctrlaltca
2012-05-25TActiveFileUpload: enforce method and enctype to avoid some browsers being ↵ctrlaltca
picky on controls created on ajax response
2012-05-18fix #401ctrlaltca
2012-05-11Issue #210 Improvement: Auto-switch for TTabPanelctrlaltca
2012-04-14more tests fixingctrlaltca@gmail.com
2012-04-13Minor regression fix in TAutoComplete's js;ctrlaltca@gmail.com
Fixed ActiveDropDownListtestCase, added a dummy selenium.css to avoid a 404 error while debugging test cases
2012-04-13fixed regression in ActiveDatePicker and TEventTriggeredCallback introduced ↵ctrlaltca@gmail.com
in r3117
2012-04-10Fixed a bug in TValueTriggeredCallback introduced in r3117Christophe.Boulain@gmail.com
2012-03-29Fixed T[Active]DatePicker jsctrlaltca@gmail.com
2012-03-24committed alternative patch for #181ctrlaltca@gmail.com
2012-02-02Added some dirty js code to get dropcontainer-relative offset for onDrop ↵ctrlaltca@gmail.com
events of draggable controls
2012-01-12avoid a js warning in iectrlaltca@gmail.com
2011-12-21fix for #91; fixed TActiveCustomvalidator's behaviour and demo (more ↵ctrlaltca@gmail.com
discussion in the ticket)
2011-12-21fixed #66ctrlaltca@gmail.com
2011-12-19committed patch from #378ctrlaltca@gmail.com
2011-10-31Bugfix: TListBox SelestionMode="Multiple" did not report correctly its ↵ctrlaltca@gmail.com
selected indices on callback Updated version of prado clientscript to 3.2
2011-10-11fix for a TDatePicker bug reported on the forum by ClaCS (default date ↵ctrlaltca@gmail.com
doesn't consider FromYear and UpToYear values)
2011-10-11TActiveFileUpload: fix when 2 TActiveFileUpload are present in the same page ↵ctrlaltca@gmail.com
and one of them in inside 2 (o more) nested templates (refs #90)
2011-09-22fix for #203ctrlaltca@gmail.com
2011-09-20patch for #363: dropping clientscripts.phpctrlaltca@gmail.com
2011-09-13fix for a small regression introduced in r2888, noticed in #181ctrlaltca@gmail.com
2011-08-19small fix related to #301ctrlaltca@gmail.com
2011-07-28applied the "delayed callback" patch for TActiveDatePicker (ticker #265)ctrlaltca@gmail.com
2011-07-27fix for #265 + disable wheel event for TActiveDatePicker to avoid callback ↵ctrlaltca@gmail.com
floods
2011-07-24applied patch for #353ctrlaltca@gmail.com
2011-07-21added Gabor's HtmlArea registration patch (fixes #351)ctrlaltca@gmail.com
2011-07-16fix for #343 (reworked r2915 to be more backcompatible on clientside)ctrlaltca@gmail.com
2011-07-16applied prado-lazyload-in-callbacks-patch (ticket #348)ctrlaltca@gmail.com
2011-07-03Rewoked TAccordion (fixes #340); added AnimationDuration parameter, added ↵ctrlaltca@gmail.com
example in quickstart.
2011-07-02reworked the patch for #103 so that it actually fixes the use of ↵ctrlaltca@gmail.com
TActiveCustomValidator with normal Postback controls (like TButton)
2011-06-25applied further "progressive rendering" patches (#235)ctrlaltca@gmail.com
added TFlushOutput component fixed THtmlarea quickstart demo
2011-06-08added accordion control from #213ctrlaltca@gmail.com
2011-06-01Issue 8uacaman