Re : CanJS can.Control parent child interaction, accessing an element's...
I have never had the chance to try JMVC but with CanJS is easy read the docs and the API That documentation doesn't point out anything helpful with regards to accessing controller instances when you...
View ArticleRe : CanJS can.Control parent child interaction, accessing an element's...
thank you, may be I miss understood his question. Mohamed Cherif BOUCHELAGHEM
View ArticleRe : How do you associate a model instance from list with an element in an...
@aaron: That is the proper way to do this now.<%= (el) -> el.data( 'project', project ) %>
View ArticleRe : CanJS can.Control parent child interaction, accessing an element's...
Yeah...I've used jmvc for over a year and pored over those docs more times than I can remember. I discovered can.Control.plugin as well. Spent the rest of the night reading about Ember.js.
View ArticleRe : CanJS can.Control parent child interaction, accessing an element's...
what does that mean?
View ArticleRe : CanJS can.Control parent child interaction, accessing an element's...
Dosent sound good!Mohamed Cherif BOUCHELAGHEM
View ArticleRe : CanJS can.Control parent child interaction, accessing an element's...
I was approaching CanJS as if I'd have some advantage having so much experience with JMVC but it appeared I was needing to adjust my angle of attack on the learning curve. I aimed so high, I ended up...
View ArticleRe : CanJS can.Control parent child interaction, accessing an element's...
I'm still not sure what you mean. CanJS is very similar to JMVC's MVC parts. We just simplified a lot of features for CanJS. Sent from my iPhoneOn Jan 5, 2013, at 1:28 PM, JavaScriptMVC Forum...
View ArticleRe : Live binding on mustache template does not seem to be working with...
Thanks Andy. I tried it but the view is still does not change. The model correctly updates the new value but it does not propagate the change to the view. I'm using CanJs 1.1.3 and jQuery 1.8.2Here is...
View ArticleRe : CanJS can.Control parent child interaction, accessing an element's...
As for your original question. Just like in JMVC, the controller bound to the DOM element will have the intance added to its data object.So doing this:$('.child').data('controls')will give you an array...
View ArticleRe : [1.1.1] Resetting a form changes input values to "__!!__"
Looks like this is another bug.When the <textarea> is created it is given a placeholder value of __!!__ and then is quickly updated with the proper value. Because __!!__ was technically the...
View ArticleRe : Live binding on mustache template does not seem to be working with...
there is a weird behavior look here http://jsfiddle.net/cherif_b/UwA9F/2/Mohamed Cherif BOUCHELAGHEM
View ArticleRe : Observe.delegate event on a can.Control
Is there a way to bind only to changes to a attribute of an Observe when it gets a specific value or do I just have to bind to all changes to that attribute and look at its value inside the...
View ArticleRe : Live binding on mustache template does not seem to be working with...
Sorry about that, looks like I had an incorrect template in the test I added (had some temporary code still in there).I fixed the issue: github commitThe fix will be in the next public build, but if...
View ArticleRe : Live binding on mustache template does not seem to be working with...
Here is an ugly but functional alternate workaround if waiting for the next public build isn't an option: data.attr('todos.1', 'Line #2 changed'); data.todos.push(''); data.todos.pop();
View ArticleRe : stop spamming me with "New Post Notification" email!
Unfortuantely, I can't help you (neither will caps or angry faces) other than what I posted. You'll have to talk to the zoho forum people.
View ArticleRe : stop spamming me with "New Post Notification" email!
Hi Justin,Sorry for the trouble."Notify Everyone" is the feature available for public forums. If you wish, I could disable it for your JavaScriptMVC community. Kindly acknowledge me back with your...
View ArticleRe : AppSwitcher Control
By "classes" I mean javascript code.I think your code will replace mine for next apps ;)
View ArticleRe : $.route encodes my url !???
Just in case someone is curious. Param chains need to be defined likeaccount/details&id=1,someOther=false,b=testand the according route template has to look as...
View Article