diff options
author | xue <> | 2006-03-18 01:08:33 +0000 |
---|---|---|
committer | xue <> | 2006-03-18 01:08:33 +0000 |
commit | e317d0289a304d0bb7ce7499834458281bf1ca63 (patch) | |
tree | 5e962d820a246630904c736c03d0eca106f94196 /framework/Web/Javascripts/js/prado.js | |
parent | 95764689f7681d5905c199727dd456671f2fd1b6 (diff) |
added TImageMap.
Diffstat (limited to 'framework/Web/Javascripts/js/prado.js')
-rw-r--r-- | framework/Web/Javascripts/js/prado.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/framework/Web/Javascripts/js/prado.js b/framework/Web/Javascripts/js/prado.js index b7dba8d8..d142a070 100644 --- a/framework/Web/Javascripts/js/prado.js +++ b/framework/Web/Javascripts/js/prado.js @@ -1885,6 +1885,7 @@ Prado.WebUI.TLinkButton=Prado.WebUI.ClickableComponent; Prado.WebUI.TImageButton=Prado.WebUI.ClickableComponent; Prado.WebUI.TCheckBox=Prado.WebUI.ClickableComponent; Prado.WebUI.TBulletedList=Prado.WebUI.ClickableComponent; +Prado.WebUI.TImageMap=Prado.WebUI.ClickableComponent; Prado.WebUI.TRadioButton=Prado.WebUI.createPostBackComponent(Prado.WebUI.ClickableComponent.prototype); Prado.WebUI.TRadioButton.prototype.onRadioButtonInitialize=Prado.WebUI.TRadioButton.prototype.initialize; Object.extend(Prado.WebUI.TRadioButton.prototype,{initialize:function(_431){ |