Skip to content

Tags: kin5/scribly

Tags

v1.1.1

Toggle v1.1.1's commit message
updated README to match 1.1

v1.1

Toggle v1.1's commit message
added DOM Element functionality for edit's selector parameter

+ edit now accepts a DOM Element for the "selector" attribute (as well
as being able to pass a selector like before
+ you may now omit the "inputType" parameter and specify "parent" in its
place

Did this for one reason: to add point-and-click editing functionality.
By attaching a "click" event listener to the document and calling:
scribly.edit(e.target, [parent]);
as its callback you can allow your users to edit inline elements on the
fly with a single click.

v1.0

Toggle v1.0's commit message
updated README