Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Click-to-edit textbox binder #6

Open
thejohnfreeman opened this issue May 7, 2012 · 1 comment
Open

Click-to-edit textbox binder #6

thejohnfreeman opened this issue May 7, 2012 · 1 comment

Comments

@thejohnfreeman
Copy link
Member

We should have a binder that swaps an element wrapping a text node with a text <input> element on click, and back on enter or blur. Both elements should be bound to a string variable.

thejohnfreeman added a commit to thejohnfreeman/hotdrink that referenced this issue May 24, 2012
- Composable binders (closes HotDrink#7)
- Imperative bindings by directly calling binders. Beware, there is no nice
  way to handle recursive bindings this way. (closes HotDrink#15)
- Most Knockout binders (starts HotDrink#11)
- Better textbox (starts HotDrink#14)
- Lays the groundwork for click-to-edit textbox binder (preps HotDrink#6)
@thejohnfreeman
Copy link
Member Author

This should be possible with some combination of the text and btb binders.

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

No branches or pull requests

1 participant