diff options
author | xue <> | 2006-01-02 04:54:31 +0000 |
---|---|---|
committer | xue <> | 2006-01-02 04:54:31 +0000 |
commit | 423f4e6fb0afba2685589b700d30055cb6dcd099 (patch) | |
tree | c3b53ea0cc226230b5e39c47cbbc822fc2981f20 /.gitattributes | |
parent | cb54d4b2bc36e098e38a25a29a844e726fa501ad (diff) |
Added TRadioButtonList, TTable related controls.
Diffstat (limited to '.gitattributes')
-rw-r--r-- | .gitattributes | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitattributes b/.gitattributes index 1cb1d8e2..e583b6d9 100644 --- a/.gitattributes +++ b/.gitattributes @@ -235,9 +235,11 @@ framework/Web/UI/WebControls/TLiteral.php -text framework/Web/UI/WebControls/TPanel.php -text framework/Web/UI/WebControls/TPlaceHolder.php -text framework/Web/UI/WebControls/TRadioButton.php -text +framework/Web/UI/WebControls/TRadioButtonList.php -text framework/Web/UI/WebControls/TRepeatInfo.php -text framework/Web/UI/WebControls/TStatements.php -text framework/Web/UI/WebControls/TStyle.php -text +framework/Web/UI/WebControls/TTable.php -text framework/Web/UI/WebControls/TTextBox.php -text framework/Web/UI/WebControls/TWebControl.php -text framework/core.php -text |