summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls
AgeCommit message (Collapse)Author
2016-05-31Fix #597Fabio Bas
2016-04-20Constructor parent call to allow TStyle behaviorsJens Klaer
2016-04-06Possibly fix #581Fabio Bas
2016-04-04Merge pull request #579 from pradosoft/fix_562ctrlaltca
Added TClientStyleSheet::PradoStyles
2016-03-30Added TClientStyleSheet::PradoStyles - fix #562Fabio Bas
2016-03-29rename __getZappableSleepProps to _getZappableSleepPropsFabio Bas
2016-03-29Removed deprecated codeFabio Bas
2016-03-25TRecaptcha2: small fixFabio Bas
2016-03-24Added TReCaptcha2 and wrote doc; fix #560Fabio Bas
2016-03-23belated happy new yearFabio Bas
2016-03-10TActiveCheckBoxList cannot be updated during callback, if it was initially ↵unknown
empty, since the surrounding span with the control id is not even rendered if there are no items. To allow this, always force the span to be rendered for TActiveCheckBoxList.
2016-02-25Applied some misc optimizations to class serializationFabio Bas
Avoid saving in the page state the values of class variables if they’re still the default. Reduces page state size, based on the work initiated in 8dc9d4f7d49bcbeaf4998baf74a4f4459967c1f0
2015-12-20allow client class override for THtmlArea4, tooFabio Bas
2015-12-16allow client class override for THtmlAreaJens Klaer
2015-12-07Move urls from pradosoft.com to github's project page; drop unmaintained ↵Fabio Bas
quickstart tutorial translations
2015-11-07Prepare for release: update (c) year to 2015, version to 3.3Fabio Bas
2015-10-22extended ISurroundable to provide the surrounding tag in addition to the idJens Klaer
- ISurroundable introducing getSurroundingTag(), adjusted controls implementing the interface - TActiveDataGrid/TActiveRepeater now support changing the container tag to avoid invalid html in specific situations - revised corresponding quickstart demos
2015-09-04added width and height properties for convenienceJens Klaer
2015-08-18TButton now supports using input or button for the tag nameJens Klaer
the tag name used to render the TButton can now be changed by setting the property ButtonTag (defaults to input) using an enumerable class. this is especially useful when styling buttons using bootstrap along with prado.
2015-04-07Fix TReCaptcha::regenerateTokenDavid
via Forum see http://www.pradosoft.com/forum/index.php?topic=17436.msg65686
2015-04-06Fix TReCaptcha ValidationDavid
It seems like captchaready is fired too soon, when recaptcha is not yet ready. Use jquery delegated events to work around this.
2015-02-18Fix #546David
Added TAccordion specific exception messages
2014-04-20Fix #515Fabio Bas
2014-04-12Recaptcha controls converted to jQuerygnits
Prototype-style calls replaced with jQuery-style calls
2014-03-26Fix #506Fabio Bas
2014-03-25Fix #504Fabio Bas
2014-02-27TRatingList: try harder to find the Caption controlFabio Bas
TRatingList uses a loose method to find its caption control, searching it by id within the page. If the element is not found in the page, try to find it inside the TRatingList’s NamingContainer
2014-02-12Dropped Markdown for ParsedownFabio Bas
2014-01-29Avoid dependency loop between TRadioButton and TRadioButtonListFabio Bas
2014-01-10Optimization: avoid duplicate creation of T*CheckBoxList, T*RadioButtonList ↵Fabio Bas
js items
2014-01-10Ported TRatingListFabio Bas
2014-01-10Fixed AutoPostback of TImageButton, TCheckBoxList, TRadioButtonListFabio 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
2013-11-21Ported TSliderFabio Bas
2013-11-21Fixed a bug in TDatePicker rendering an unused TTextBoxFabio Bas
2013-10-24More work on ajaxFabio Bas
2013-10-24More ajax-related portingFabio Bas
Initial implementation of ajax error handling Fixed ajax modifications of select and checkboxes Partially ported TJavascriptLogger (used in tests)
2013-09-30Fix use of TCallbackOptions with TActiveCheckBoxList, ↵Fabio Bas
TActiveRadioButtonList, TActiveRatingList
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-25backported r3265 to trunk/ctrlaltca
2013-01-19bumped year to 2013, integrated recent changes from branch/3.2ctrlaltca
2013-01-07backported r3243 to trunk/ctrlaltca
2013-01-06backported r3241 to trunk/ctrlaltca
2013-01-06backported r3236 to trunk/ctrlaltca
2012-12-28Recommitted r3135 that got inadvertently reverted in r3159; fixes #394, #428ctrlaltca
2012-08-06patch for #419ctrlaltca
2012-07-12removed ?> from php filesctrlaltca