Is there a more complicated example of knockout.js along the lines of Holla https://github.com/maccman/holla/commits/master/app ?
I would like to have a list/tree on a left pane that would populate a form on a right side pane.
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.
Here’s a skeleton for a master/details app. You can see it live on this jsfiddle. In the JSFiddle, I simplified the code a bit, but it’s probably better to have a separate select function rather than using
$parent.selectedItemdirectly. If you’re doing other stuff as well, you’ll want thevar self = this;variable to use in functions wherethismay not be bound to the right object.and the javascript: