can.route IE8 problems
Hello guys, do somebody know if there are any issues with can.route and IE8.When the hash changes, it seems can.route do not detect it. Maybe the hashchange event won´t be catched. Thanks for your help...
View ArticleRe : can.route IE8 problems
Use ben alman's jQuery hashchange plugin. Sent from my iPhone On Jul 31, 2014, at 9:53 AM, JavaScriptMVC Forum <noreply@zohodiscussions.com> wrote:
View ArticleRe : What is the best way to reorderng items in DOM?
I would use a view helper for this, see http://jsfiddle.net/sporto/GE3yf/36/
View ArticleRe : What is the best way to reorderng items in DOM?
Yes, I think a helper is a better way.
View ArticleBug in DocumentJS?
I try to get familiar with DocumentJS and it works so far. But: when I use the @test tag it shows a "tests" link in the html, but the link shows to the current dcsument instead of the given link to the...
View ArticleSetting up new StealJS for the first time
Hi, I've been wrestling with the Quick Start instructions ( http://stealjs.com/docs/index.html#section_QuickStart ) for a while and I think it's kinda working, but not without a couple of extra steps....
View ArticleRe : Setting up new StealJS for the first time
Thanks Bryon. I haven't tried it on windows. If you are comfortable with git, you can actually fix these problems here: https://github.com/bitovi/steal/blob/master/docs/stealjs.md A few questions:...
View Articlemustache data helper template: malformed
Hi! I'm completly new in CanJS (noob on JS generally), i'm playing with the recipes and getting started to learn, but in one recipe i have this issue: When i render the template in the browser, console...
View ArticleSharing data between components
How can i share the scope between 2 components nested in another component?Did anyone have some examples.
View ArticleRe : Sharing data between components
<parent-comp> <child-comp child-data-prop="dataProp"></child-comp> </parent-comp> In this simplest example child-comp's scope will receive childDataProp from parent's scope...
View ArticleRe : Sharing data between components
and if i do a read operation in a child comp and put this data in the scope how can i access this data in the second child comp?
View ArticleRe : Sharing data between components
<parent-comp> <child-comp child-data-prop="dataProp"></child-comp> <child-comp2 child-data-prop="dataProp"></child-comp2> </parent-comp> If you change...
View ArticleRe : mustache data helper template: malformed
First thing I can see is the template is called main.hgn - a mustache template must be main.mustache without special configuration. Try that or put the example in a fiddle, e.g....
View ArticleUsing CanJS with 3rd party UI libraries
What are the options of different UIs libraries when using CanJS framework? Any examples? Thanks
View ArticleRe : Setting up new StealJS for the first time
Hey Justin, The node.js installer created a shortcut called "node.js Command Prompt" with this target - C:\Windows\System32\cmd.exe /k "C:\Program Files\nodejs\nodevars.bat" Debug vals: traceurPath:...
View ArticleRe : Is this a safe strategy for translating can.Map/can.Model attribute...
So again, alternative solutions aside, I'm just looking for confirmation on my initial question from someone more familiar with the CanJS internals than myself. The question being: can I use...
View ArticleHELP! Need to upgrade JavascriptMVC 2.0 to 3.3
Hi, We have a very old web application with legacy code that uses JavaScript MVC 2.0. We are not very familiar with the code or with JavaScriptMVC. We need to upgrade to a version of JavaScript MVC...
View ArticleRe : Using CanJS with 3rd party UI libraries
I am sorry for being pushy but I am trying to evaluate the product and really need to know if I can use CanJS with 3rd party components. Thanks
View ArticleRe : Using CanJS with 3rd party UI libraries
You can watch this hangout https://www.youtube.com/watch?v=ZO1BSnIFNRI and stay connected with the community https://plus.google.com/events/ctve4pu8okr56g0n6f70gdc8ll4 :) Mohamed Cherif BOUCHELAGHEM
View ArticleRe : Using CanJS with 3rd party UI libraries
Yes, these presentations are great, but because I am very new to all this stuff, I need to see some working code that would show how to wrap different UI components. Is something like this available?...
View Article