Skip to main content
edited title
Link
Andresch Serj
  • 36.6k
  • 16
  • 61
  • 102

jQuery: position window at current window position own dojo/dijit Editor Plugin is disabled - why?

Source Link
Andresch Serj
  • 36.6k
  • 16
  • 61
  • 102

jQuery: position window at current window position

I am trying to write my own Dojo/Dijit Editor Plugin. the only Information i found on the topic is this forum post recommending to use the print plugin as a pattern. So i did build my own plugin, copying the print plugin and not changing anything apart from the name. Then i included the plugin to an editor instance.

But instead of getting the print buttons functionality and the print button, i get a button with classes "dijitButtonDisabled dijitDisabled" and no functionality. The Print button does work though.

Anyone any idea why that is?