Skip to content

Commit

Permalink
Placeholder support, fixes bergie#10
Browse files Browse the repository at this point in the history
  • Loading branch information
bergie committed Nov 3, 2011
1 parent 282a85e commit 3aff088
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
17 changes: 15 additions & 2 deletions deps/hallo.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/jquery.Midgard.midgardEditable.js
Expand Up @@ -88,7 +88,8 @@
plugins: {
halloformat: {}
},
editable: true
editable: true,
placeholder: '[' + propertyName + ']'
});

var widget = this;
Expand Down

0 comments on commit 3aff088

Please sign in to comment.