summaryrefslogtreecommitdiff
path: root/UPGRADE
diff options
context:
space:
mode:
authortof <>2008-04-18 09:43:30 +0000
committertof <>2008-04-18 09:43:30 +0000
commit8b3b214c305ab78b1942e080b4d6543ff4060bf8 (patch)
tree53cb2643052951955d721f8aab3560bf68905caa /UPGRADE
parentfe0c985d83a291d1f6fdaf09aa17efc16962c679 (diff)
Makes TCheckboxList and derived controls render a surrounding span in Raw mode to allow clients scripts to identify them using ClientId.
Diffstat (limited to 'UPGRADE')
-rw-r--r--UPGRADE3
1 files changed, 3 insertions, 0 deletions
diff --git a/UPGRADE b/UPGRADE
index 5dc3ff93..3a0a8852 100644
--- a/UPGRADE
+++ b/UPGRADE
@@ -18,6 +18,9 @@ Upgrading from v3.1.1
to
'albums' => array(self::MANY_TO_MANY, 'Artist', 'album_artists')
- Active Record no longer automatically adds/removes/updates related objects.
+- 'Raw' mode for TCheckboxList and TRadioButtonList (and their active counter parts) now render
+ a surrounding <span> tag to allow client scripts to identify them with the ClientId. You may
+ have to check your CSS.
Upgrading from v3.1.0