summaryrefslogtreecommitdiff
path: root/framework/Web/UI/WebControls
AgeCommit message (Collapse)Author
2011-12-21fix #314ctrlaltca@gmail.com
2011-12-19committed patch from #378ctrlaltca@gmail.com
2011-12-06fix for #377ctrlaltca@gmail.com
2011-12-03Added documentation for TWebControlDecorator (fixes #259);ctrlaltca@gmail.com
Added missing bits to have TWebControlDecorator actually works.
2011-11-22TCaptcha: publish images with image/png content-typectrlaltca@gmail.com
2011-11-09fix #371ctrlaltca@gmail.com
2011-10-31TActiveMultiView: don't render the clientiside if the active view did not ↵ctrlaltca@gmail.com
change; fixed example in quickstart TMultiView: added missing parameter in error message
2011-10-21removed TClientScriptLoader missed in r3039. Updated documentationctrlaltca@gmail.com
2011-10-21fixes #368 + documentation-only addition to TDropDownList, other changes are ↵ctrlaltca@gmail.com
due to line ending
2011-10-02added workaround for #342ctrlaltca@gmail.com
2011-10-02Added TReCaptcha control (ticket #345) and added a notice about the lack of ↵ctrlaltca@gmail.com
security of TCaptcha (ticket #344)
2011-08-19fix for #356ctrlaltca@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-06fix for #341ctrlaltca@gmail.com
2011-07-03Rewoked TAccordion (fixes #340); added AnimationDuration parameter, added ↵ctrlaltca@gmail.com
example in quickstart.
2011-06-25applied further "progressive rendering" patches (#235)ctrlaltca@gmail.com
added TFlushOutput component fixed THtmlarea quickstart demo
2011-06-24merged in the patch for progressive rendering from #235; unit tests doesn't ↵ctrlaltca@gmail.com
evidence any regression, but of course more proper testing is needed
2011-06-20updated year information on all framework sources where possible (Copyright ↵ctrlaltca@gmail.com
© 2005-2008 PradoSoft => Copyright © 2005-2011 PradoSoft)
2011-06-20fixed 3 obvious bugsctrlaltca@gmail.com
2011-06-20removed useless calls to empty contructor; reverted some additional ↵ctrlaltca@gmail.com
undocumented changes; upported the "cgi workaround" to trunk/; large (fake) changeset are due to mixed cr/crlf used previously
2011-06-16Merged a bit TPager's view style with TDataGridPager's one adding first/last ↵ctrlaltca@gmail.com
buttons to TDataGridPagerStyle
2011-06-13fixed #279rojaro
2011-06-08added accordion control from #213ctrlaltca@gmail.com
2011-06-01upported recent documentation changes from branch/3.1 to trunk/ctrlaltca@gmail.com
2011-06-01up-ported fix for #311 to trunk/ctrlaltca@gmail.com
2011-05-25fixed last blocking error related to the build script. it completes ↵ctrlaltca@gmail.com
successfully now
2011-05-15patch for #58ctrlaltca@gmail.com
2011-05-15TTabPanel: correctly calculate the current active TTabView index when one or ↵ctrlaltca@gmail.com
more items are not visible; ensure at least one TTabView is always visible, also if the current one has just being hidden. fixes #324
2011-05-15miscellanea: synced THtmlArea languages and plugins list with the current ↵ctrlaltca@gmail.com
version of TinyMCE; small fix for unittest ticket#439
2011-05-04Issue 234:uacaman
Controls now honor THttpResponse configured HtmlWriterType.
2011-04-28fixed #16rojaro
2011-01-21fixed #305rojaro
2010-09-10moved TListItemCollection class from TListControl.php to separate class file ↵rojaro
in collections to fix #276
2010-09-02fixed #286rojaro
2010-08-18fixed #277rojaro
2010-04-22TWebControlDecoration docs tweaked.javalizard
2010-04-21Added Property to define if the templates in the decorator need to use the ↵javalizard
page state. Fixes Issue 262
2010-04-18Switched the Page to getPage()javalizard
2010-04-18Adds a property to ensure an id is rendered. Also adds the creation of ↵javalizard
TWebControlDecorator. It also accounts for the render blocker in TWebControl. Adds an alternate render path when decorators are present. Adds the TWebControlDecorator class. Now skins can define their own surrounding tag html and templates instead of having to code every page.
2010-04-18exposes the default tagname to the system by making the getDefaultTagName ↵javalizard
public. Also adds getIsMutated to tell if the tag has changed. getDefaultTagName allows for simple and complex behaviors for selecting a default TagName. lemon is to lime as yellow is to green => TWebControl is to THtmlElement as getTagName is to getDefaultTagName
2010-04-18Updated the docs for THtmlElement. including the copy datejavalizard
2010-04-18smaller code for THtmlElementjavalizard
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-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-02-22Merged /branches/3.1:r2773 into trunkChristophe.Boulain