summaryrefslogtreecommitdiff
path: root/framework/Web/UI
AgeCommit message (Collapse)Author
2015-07-21Fix setting class behavior propertiesJens Klaer
- allow setting class behavior properties for classes deriving from tcomponent only - properties need to be prefixed with 'set'
2015-06-01Allow class behavior setter on templatesJens Klaer
if a class behavior is attached to a control used on a template, behavior setter could not be called since the parse method did not recognize the method.
2015-05-29Removed empty constructor not calling parentJens Klaer
Parent constructor in TComponent needs to be called for behaviors to work.
2015-05-20made TJuiControl options changeable during callbackJens Klaer
- TJuiControlOptions are now stored in viewstate and tracked by the new TJuiCallbackPageStateTracker class extending the default viewstate tracker class - TJuiCallbackPageStateTracker registers endscripts automatically for each changed option for the clientside changes, added some normalized getter for that
2015-05-20viewstate tracking with custom pagestate tracker classJens Klaer
- made tracker class customizable through setter, leaving old TCallbackPageStateTracker as default - changed visibility for the tracked control in TCallbackPageStateTracker to protected so deriving tracker classes can access it
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-03-11TJuiDialogDavid
2015-02-18Fix #546David
Added TAccordion specific exception messages
2015-01-28raising update views-ar functions to TTemplateControlDaniel
2014-12-15Attending some important David suggestions.Daniel
2014-12-15Attending some important David suggestions.Daniel
2014-11-21TJuiAutoComplete multiselection + quickstart docDavid
implemented Separator, minChars and Frequency properties, added the related quickstart parts
2014-10-20finished the first stept of prado scaffoldingDaniel
2014-10-20finished the first stept of prado scaffoldingDaniel
2014-10-20Completed tryToUpdateView and tryToUpdateAR.Daniel
2014-10-19function tryToUpdateView 1st version completed.Daniel
2014-10-17Adding functions to update view controls and AR objects automagicaly...Daniel
2014-10-17Adding functions to update view controls and AR objects automagicaly...usrcampusoft07
2014-04-21TJuiProgressBarFabio Bas
2014-04-21TJuiControlAdapter: guess value datatype before passing it to clientsideFabio Bas
2014-04-20Fix #515Fabio Bas
2014-04-12Recaptcha controls converted to jQuerygnits
Prototype-style calls replaced with jQuery-style calls
2014-04-11Added missing method in TJuiAutoComplete; refs #514Fabio Bas
2014-04-03Respect ButtonCssClass property in TActivePager. fix #511Fabio Bas
2014-03-26Fix #506Fabio Bas
2014-03-25Fix #504Fabio Bas
2014-03-12Fix: avoid unnecessary scrollingDavid
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-19Avoid an exception loop on callback error when headers have already been ↵Fabio Bas
sent; send error trace in the body, since headers are limited in size
2014-02-12Dropped Markdown for ParsedownFabio Bas
2014-02-08Fixed TActiveRatingListFabio Bas
2014-02-08Quickstart documentation for InteractionsFabio Bas
2014-02-08TJuiSortable eventsFabio Bas
2014-02-08TJuiSelectable eventsFabio Bas
2014-02-08TJuiResizable eventsFabio Bas
2014-02-08Misc TJuiControlAdapter fixesFabio Bas
2014-02-06Implemented basic support for callback events for JUI controls; ↵Fabio Bas
TJuiDraggable and TJuiDroppable examples
2014-02-02Fix #498Fabio Bas
2014-01-29Avoid dependency loop between TRadioButton and TRadioButtonListFabio Bas
2014-01-15Removed ?> from buildscripts and demosFabio Bas
2014-01-15Merge pull request #495 from david0/masterctrlaltca
Fix: do json_decode before decoding UTF8 to globalisations charset
2014-01-15Fix: do json_decode before decoding UTF8 to globalisations charsetDavid
(Fixes 492)
2014-01-15Added basic events for JuiControls, added quickstart demosFabio 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-06Removed all @version $Id comments: they were managed by svn and are useless ↵Fabio Bas
with git
2014-01-06Happy 2014!Fabio Bas