Changes between Initial Version and Version 1 of Ticket #7567
- Timestamp:
- Sep 2, 2008, 8:58:39 AM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #7567
- Property Owner changed from Adam Peller to Sam Foster
-
Ticket #7567 – Description
initial v1 6 6 7 7 example: 8 8 {{{ 9 9 <script type="text/javascript"> 10 10 function doSomething() { alert('foo');} … … 16 16 </script> 17 17 </button> 18 18 }}} 19 19 If you are placing the code example above into a dojox.layout.ContentPane you'll get an error because during the evaluation of the dojo/method script block the method "doSomething" is unknown