How to setting a save, undo, redo button on the top bar of bespin like this image:
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Those kinds of buttons are tied very much to a server implementation. Adding them to Bespin Embedded requires basically creating a toolbar plugin with the buttons you need. The start of a generic toolbar plugin is here:
http://mozillalabs.com/skywriter/2010/07/03/tutorial-adding-to-bespins-gui/
One note: in the current Bespin Embedded release, it’s not as easy to run a command programmatically as I would like (which is what the toolbar would need to do). Look for that to become better in a future Skywriter release.