diff options
author | xue <> | 2006-06-04 15:33:50 +0000 |
---|---|---|
committer | xue <> | 2006-06-04 15:33:50 +0000 |
commit | 502676c24a6889051b82de1697596ccfeed77f65 (patch) | |
tree | 05db722d7fbdc61de918ac38cf3f5e7a524dc514 /UPGRADE | |
parent | af6a5a01a2d847a38189bb471c541eb1e7593bc7 (diff) |
Some minor documentation change.
Changed TControl::onBubbleEvent() to TControl::bubbleEvent()
Diffstat (limited to 'UPGRADE')
-rw-r--r-- | UPGRADE | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -23,6 +23,8 @@ Upgrading from v3.0.0 /index.php/ServiceID,ServiceParam/Name1,Value1/Name2,Value2/...
In v3.0.0, the above URL is written as:
/index.php/ServiceID/ServiceParam/Name1/Value1/Name2/Value2/...
+- TControl::onBubbleEvent() has been changed to TControl::bubbleEvent().
+ This change only affects user controls that override this method.
Upgrading from v3.0.0 RC2
-------------------------
|