Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-11-07 | Comment out WSAT scaffolding: not ready yet | Fabio Bas | |
2015-11-07 | Prepare for release: update (c) year to 2015, version to 3.3 | Fabio Bas | |
2015-11-07 | Merge pull request #555 from majuca/master | ctrlaltca | |
reset the condition when empty | |||
2015-10-30 | allow (anonymous) functions for TJuiControlOptions, changed TJuiDatepicker ↵ | Jens Klaer | |
widget events to options | |||
2015-10-27 | reset the condition when empty | Jean-Luc Gyger | |
2015-10-27 | calling 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-22 | extended ISurroundable to provide the surrounding tag in addition to the id | Jens 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-10-19 | frequency in TJuiAutoComplete is given in seconds, jqueryui widget uses ↵ | Jens Klaer | |
milliseconds | |||
2015-10-14 | this commit resolves #550 like discussed | Jens Klaer | |
2015-10-14 | Merge pull request #553 from majuca/master | Jens Klaer | |
Issue 542 and 549 | |||
2015-10-14 | Fixed typo which causes 'abstract method not implemented' in strict mode. | Jens Klaer | |
2015-10-14 | Added TJuiDatePicker | Jens Klaer | |
an alternative datepicker control using the datepicker widget from jqueryui | |||
2015-09-21 | undefined separator for TJuiAutoComplete multiselection gives wrong token | Jens Klaer | |
2015-09-15 | small fixes for clientside validation | Jens Klaer | |
2015-09-05 | Issue 549 | Jean-Luc Gyger | |
Reset the criteria condition when empty | |||
2015-09-05 | Issue 542 | Jean-Luc Gyger | |
2015-09-04 | added width and height properties for convenience | Jens Klaer | |
2015-08-27 | update bootstrap from v3.2.0 to v3.3.5 | Jens Klaer | |
2015-08-21 | support options minwidth and minheight in TJuiDialog | Jens Klaer | |
2015-08-18 | TButton now supports using input or button for the tag name | Jens 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-08-18 | fix behavior methods on templates | Jens Klaer | |
2015-08-11 | TActiveCheckBoxList not obeying AutoPostBack="false" | Jens Klaer | |
2015-08-10 | Fixed prototype to jquery leftover | Jens Klaer | |
2015-07-21 | Fix setting class behavior properties | Jens Klaer | |
- allow setting class behavior properties for classes deriving from tcomponent only - properties need to be prefixed with 'set' | |||
2015-07-08 | Use Prado::createComponent instead of new for Pages | David | |
This allows to use a custom Prado::createComponent as an hook for dependency injection containers | |||
2015-06-01 | Allow class behavior setter on templates | Jens 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-29 | Removed empty constructor not calling parent | Jens Klaer | |
Parent constructor in TComponent needs to be called for behaviors to work. | |||
2015-05-20 | made TJuiControl options changeable during callback | Jens 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-20 | viewstate tracking with custom pagestate tracker class | Jens 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-07 | Fix TReCaptcha::regenerateToken | David | |
via Forum see http://www.pradosoft.com/forum/index.php?topic=17436.msg65686 | |||
2015-04-06 | Fix TReCaptcha Validation | David | |
It seems like captchaready is fired too soon, when recaptcha is not yet ready. Use jquery delegated events to work around this. | |||
2015-03-11 | TJuiDialog | David | |
2015-02-18 | Fix #545 | David | |
Return the created CallbackRequest on Prado.Callback and Prado.JuiCallback | |||
2015-02-18 | Fix #546 | David | |
Added TAccordion specific exception messages | |||
2015-01-28 | raising update views-ar functions to TTemplateControl | Daniel | |
2015-01-27 | Scaffolding 20% | Daniel | |
2015-01-16 | Fix issue #543. | Patrice Lachance | |
2015-01-13 | Added some doc; refs #541 | Fabio Bas | |
2015-01-13 | Fix #541 | Fabio Bas | |
2014-12-21 | Fix WSAT Detail | Daniel Sampedro B. | |
2014-12-15 | Attending some important David suggestions. | Daniel | |
2014-12-15 | Attending some important David suggestions. | Daniel | |
2014-11-21 | TJuiAutoComplete multiselection + quickstart doc | David | |
implemented Separator, minChars and Frequency properties, added the related quickstart parts | |||
2014-10-24 | Scaffolding 15% | Daniel | |
2014-10-24 | Scaffolding 12% | Daniel | |
2014-10-23 | Scaffolding 10% | Daniel | |
2014-10-23 | Fix #539 | Fabio Bas | |
TErrorHandler: let THttpResponse handle http status codes | |||
2014-10-23 | Fix #538 | David | |
2014-10-22 | Scaffolding 5% | Daniel | |
2014-10-21 | update client script docs | Daniel | |