summaryrefslogtreecommitdiff
path: root/framework/Web/UI
AgeCommit message (Collapse)Author
2010-04-18Missed this onejavalizard
2010-04-18ensured that the UI are calling their parent __construct methodsjavalizard
2010-04-18ensured that the WebControls are calling their parent __construct methodsjavalizard
2010-04-18Added the THeader1-6, and fixed up the THtmlElement a touch.javalizard
2010-04-18THtmlElement ensures that it any new tag names are stringsjavalizard
2010-04-18TComponent- adds a blank __construct function to unify the constructor call ↵javalizard
path for all objects. TApplication- Adds final attribute to the parameters in the config so folder config.xml cannot override if set to true. Adds a mergeParameter function to unify parameter setting. Fixed a bug where loadParametersPhp wasn't getting the properties correctly. TControl- calls the parent::__construct, Adds render blocking. (the PRADO class using this will be added in a week or two) TParameterModule- Adds final attribute to the parameter option so folder configs cannot override if set to true. Uses the application mergeParameter function. Adds final to the php parameter loader
2010-04-17Brings the new method name in line with the rest of the methodsjavalizard
2010-04-16Makes it possible for subclasses to define the default tag by overriding the ↵javalizard
function getDefaultTag
2010-04-13added @authorjavalizard
2010-04-13Added TPage events to TPageService via an interface. When the page is run ↵javalizard
the TPageServices events are added to the TPage events. This exposes the TPage events to modules. Also added an event when a page is not found.
2010-03-15Fixed Issue#232Christophe.Boulain
May need additionnal testing
2010-02-22Merged /branches/3.1:r2773 into trunkChristophe.Boulain
2010-02-18Update TDraggable::revert property to accept "failure" valueChristophe.Boulain
2010-02-15Merge from r2765 (and some others) 3.1Christophe.Boulain
Added TActiveTableRow QST page Corrected an uninitialized array in TScaffoldBase
2010-02-14Merge Branches & Trunkgodzilla80@gmx.net
/trunk:r2680,2692,2707-2736 /branches/3.1:r2682-2686,2694-2702,2705,2738-2762
2009-11-02added missing package description in TActiveFileUploadrojaro
2009-11-02added missing package descriptionrojaro
2009-11-01Added ability to set width and height for images in both THyperLink and ↵rojaro
THyperLinkColumn (plus the imageurl for the latter) as suggested by junkee in http://www.pradosoft.com/forum/index.php?topic=8745.0
2009-11-01merged fix for proper errorhandling when the size of the uploaded file ↵rojaro
exceeds the limit see http://www.pradosoft.com/forum/index.php?topic=11850.0
2009-10-14added TActiveMultiViewrojaro
2009-10-07Add TActiveTableCell & TActiveTableRowChristophe.Boulain
2009-10-05Quick Fix from 3.1Christophe.Boulain
2009-10-03added missing prado::using() call for TCallbackrojaro
2009-10-02updated the phpdoc package namespacerojaro
2009-10-02Enhancement on drag & drop controls.Christophe.Boulain
2009-09-30merged patch from ctrlaltca which fixes the 'TActiveFileUpload is not ↵rojaro
"thread safe"' issue #90
2009-09-29Added TActiveDataGrid and TActiveRepeater from LCSChristophe.Boulain
2009-09-24added marcosanobre's TActiveDataListrojaro
2009-08-18fixed typorojaro
2009-07-15Merging latests 3.1 changes into trunkChristophe.Boulain
2009-07-13- Models, Behaviors ...rojaro
2009-06-07Fixed Issue#175 - TBulletedList: Introduce TBulletStyle::Nonegodzilla80@gmx.net
2009-05-11Fixed Issue#150Christophe.Boulain
2009-04-29THtmlArea boolean options were not properly encoded in change r2619Christophe.Boulain
2009-04-29Ensure rendering of clientID in TActivePanelChristophe.Boulain
2009-04-15Fixed Issue #117 - TValidationSummary: new display mode "HeaderOnly" that ↵godzilla80@gmx.net
only render value of HeaderText property
2009-04-14Fixed Issue#135 - Add AutoPostBack property to TActiveFileUploadChristophe.Boulain
2009-04-08(no commit message)Christophe.Boulain
2009-04-08Fixed Issue#136Christophe.Boulain
2009-04-04TBaseValidator, TCustomValidator: change visibilty (protected => public) of ↵godzilla80@gmx.net
getValidationTarget()
2009-03-20Fixed Issue #120godzilla80@gmx.net
2009-03-19replace array_push() function calls with native language constuct if make sensegodzilla80@gmx.net
2009-03-19replace is_null() function calls with native native language constuctgodzilla80@gmx.net
2009-03-16Fixed Issue#126Christophe.Boulain
2009-02-24Fixed a bug introduced with rev r2613Christophe.Boulain
2009-02-23Fixed Issue#7 - Client side javascripts are not combined anymore in debug modeChristophe.Boulain
2009-02-23Fixed Issue#87Christophe.Boulain
2009-01-07TActiveCheckBox, TActiveRadioButton, TActiveDropDownList, TActiveListBox ↵christophe.boulain
won't raise callback if AutoPostBack is false
2008-12-22Issue 79carlgmathisen
2008-12-19Issue 64 - Exception on TListControlcarlgmathisen