From f50f883a91222b5727d5b8518cecbaa4c18d3741 Mon Sep 17 00:00:00 2001 From: javalizard <> Date: Sun, 18 Apr 2010 19:03:03 +0000 Subject: Adds a property to ensure an id is rendered. Also adds the creation of 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. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes index fe708dd6..9ec66334 100644 --- a/.gitattributes +++ b/.gitattributes @@ -2893,6 +2893,7 @@ framework/Web/UI/WebControls/TTextProcessor.php -text framework/Web/UI/WebControls/TValidationSummary.php -text framework/Web/UI/WebControls/TWebControl.php -text framework/Web/UI/WebControls/TWebControlAdapter.php -text +framework/Web/UI/WebControls/TWebControlDecorator.php -text framework/Web/UI/WebControls/TWizard.php -text framework/Web/UI/WebControls/TWizardNavigationButtonStyle.php -text framework/Web/UI/WebControls/TXmlTransform.php -text -- cgit v1.2.3