- Timestamp:
- 11/07/09 22:36:46 (3 years ago)
- Files:
-
- 1 modified
-
trunk/examples/testbed.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/examples/testbed.html
r1196 r1197 86 86 xinha_config.fullPage = true; 87 87 xinha_config.CharacterMap.mode = 'panel'; 88 xinha_config.ContextMenu.customHooks = { 'a': [ ['Label', function() { alert('Action'); }, 'Tooltip', '/ __classpath/xinha/images/ed_copy.gif' ] ] }88 xinha_config.ContextMenu.customHooks = { 'a': [ ['Label', function() { alert('Action'); }, 'Tooltip', '/xinha/images/ed_copy.gif' ] ] } 89 89 /* 90 90 // We can load an external stylesheet like this - NOTE : YOU MUST GIVE AN ABSOLUTE URL
