diff options
author | xue <> | 2006-01-01 22:58:37 +0000 |
---|---|---|
committer | xue <> | 2006-01-01 22:58:37 +0000 |
commit | f9f431ec8e564465d08a18d9b402ed8643841fa1 (patch) | |
tree | c801c634730017f97509aaa44761e3ca9a500441 /framework/Web/UI/TControl.php | |
parent | f618592c07c32c4955367a4c5bf9c4e18727cefe (diff) |
Added initial TCheckBoxList implementation.
Diffstat (limited to 'framework/Web/UI/TControl.php')
-rw-r--r-- | framework/Web/UI/TControl.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/Web/UI/TControl.php b/framework/Web/UI/TControl.php index 03d962f4..1663b783 100644 --- a/framework/Web/UI/TControl.php +++ b/framework/Web/UI/TControl.php @@ -67,7 +67,7 @@ class TControl extends TComponent /**
* format of control ID
*/
- const ID_FORMAT='/^[a-zA-Z_]\\w*$/';
+ const ID_FORMAT='/^\\w*$/';
/**
* separator char between IDs in a UniqueID
*/
|