Skip to content
This repository has been archived by the owner on Jan 23, 2023. It is now read-only.

Provide simplistic plugin example in javascript #220

Open
thenewguy opened this issue Jun 21, 2014 · 1 comment
Open

Provide simplistic plugin example in javascript #220

thenewguy opened this issue Jun 21, 2014 · 1 comment

Comments

@thenewguy
Copy link

It would be helpful to provide a pure javascript example of a simplistic plugin for those who have to look up coffee script output.

@thenewguy
Copy link
Author

Or this link maybe:

http://coffeescript.org/#try:%23%20%20%20%20Formatting%20plugin%20for%20Hallo%0A%23%20%20%20%20(c)%202011%20Henri%20Bergius%2C%20IKS%20Consortium%0A%23%20%20%20%20Hallo%20may%20be%20freely%20distributed%20under%20the%20MIT%20license%0A((jQuery)%20-%3E%0A%20%20jQuery.widget%20%22IKS.halloformat%22%2C%0A%20%20%20%20boldElement%3A%20null%0A%0A%20%20%20%20options%3A%0A%20%20%20%20%20%20uuid%3A%20''%0A%20%20%20%20%20%20editable%3A%20null%0A%0A%20%20%20%20_create%3A%20-%3E%0A%20%20%20%20%20%20%23%20Add%20any%20actions%20you%20want%20to%20run%20on%20plugin%20initialization%0A%20%20%20%20%20%20%23%20here%0A%0A%20%20%20%20populateToolbar%3A%20(toolbar)%20-%3E%0A%20%20%20%20%20%20%23%20Create%20an%20element%20for%20holding%20the%20button%0A%20%20%20%20%20%20%40boldElement%20%3D%20jQuery%20'%3Cspan%3E%3C%2Fspan%3E'%0A%0A%20%20%20%20%20%20%23%20Use%20Hallo%20Button%0A%20%20%20%20%20%20%40boldElement.hallobutton%0A%20%20%20%20%20%20%20%20uuid%3A%20%40options.uuid%0A%20%20%20%20%20%20%20%20editable%3A%20%40options.editable%0A%20%20%20%20%20%20%20%20label%3A%20'Bold'%0A%20%20%20%20%20%20%20%20%23%20Icons%20come%20from%20Font%20Awesome%0A%20%20%20%20%20%20%20%20icon%3A%20'icon-bold'%0A%20%20%20%20%20%20%20%20%23%20Commands%20are%20used%20for%20execCommand%20and%20queryCommandState%0A%20%20%20%20%20%20%20%20command%3A%20'bold'%0A%0A%20%20%20%20%20%20%23%20Append%20the%20button%20to%20toolbar%0A%20%20%20%20%20%20toolbar.append%20%40boldElement%0A%0A%20%20%20%20cleanupContentClone%3A%20(element)%20-%3E%0A%20%20%20%20%20%20%23%20Perform%20content%20clean-ups%20before%20HTML%20is%20sent%20out%0A%0A)(jQuery)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant