Labs/Bespin/DesignDocs/ConfigIntegration: Difference between revisions

Jump to navigation Jump to search
m
(New page: ==== How can you integrate your own configuration with the Bespin editor? ==== When you login to Bespin you should see a project named "BespinSettings". This is your special project that ...)
 
Line 37: Line 37:
E.g.
E.g.


   document.observe("bespin:editor:openfile:opensuccess", function(event) {
   document.observe("editor:openfile:opensuccess", function(event) {
     var file = event.memo.file;
     var file = event.memo.file;
    
    
355

edits

Navigation menu