355
edits
(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(" | document.observe("editor:openfile:opensuccess", function(event) { | ||
var file = event.memo.file; | var file = event.memo.file; | ||
edits