Quantcast
Channel: JavaScriptMVC Forum
Browsing all 3491 articles
Browse latest View live

Re : Another can.stache rendering bug

OK, thank you Justin. Could you please comment on the other issue I reported here? 

View Article


How to wrap jQuery plugin with can.Component and keep it's DOM in sync with...

Hello. I run into pretty weird issue with the task, which seemed pretty easy for me. I have custom select jQuery plugin (http://vst.mn/selectordie/), which turns standard SELECT into custom drop down...

View Article


Re : RequireJS and Mustache Templates

So CanJS's version of Mustache is not quite the same at the official version?

View Article

Re : RequireJS and Mustache Templates

CanJS's version of mustache provides live-binding, so yep, it's not the same thing.  

View Article

Re : RequireJS and Mustache Templates

Exactly. I found some RequireJS/Mustache plugins, but they are designed for the standard Mustache and they worked, but I lost the live binding...

View Article


Re : RequireJS and Mustache Templates

Yes, you will have to create your own.  You can use this as an example: https://github.com/bitovi/canjs/blob/master/view/mustache/system.js  It likely does similar things as what is needed for RequireJS.

View Article

How to integrate CanJs in Ckeditor

Is it possible to integrate a javascript framework (in my case CanJs) to be used within a ckeditor plugin? The goal is to reuse my custom canjs components which should be insert via a ckeditor plugin....

View Article

Starting a brand new app - how to steal?

I'm starting a brand new app w/ Can 2.2.5 and could use some direction.  I'd like to use Steal for dependency management since that seems the path of least friction for a new Can app. At the bottom of...

View Article


Re : Starting a brand new app - how to steal?

I found the 2.2 announcement video helpful http://blog.bitovi.com/canjs-2-2/ .  I was thrown off the rail by the link to JsMVC in the guide - that's just old stuff right? Still a lot to learn. Is...

View Article


Re : Starting a brand new app - how to steal?

Find how to setup stealjs and CanJS 2.2 here: http://blog.bitovi.com/using-canjs-2-2-with-stealjs/

View Article

JS error when calling validation functions

Could anybody help me calling a validation function?This is what I'm doing - adding can.jquery.js and can.map.validations.js and then creating such a small function as general as in the most simple...

View Article

JavascriptMVC, Can & Steal roadmap, support

Hi,  As I noted in the thread  https://forum.javascriptmvc.com/#Topic/32525000001845001  - I was thrown off by the current CanJS instructions pointing me to "download Javascript MVC" to see how CanJS...

View Article

NPM confusion: can, canjs

Hi, I'm confused about the the two versions of can in NPM:https://www.npmjs.com/package/can https://www.npmjs.com/package/canjs Seems the 'canjs' package is not as up to date as the 'can' package. Both...

View Article


Re : JavascriptMVC, Can & Steal roadmap, support

JavaScriptMVC's parts are individually maintained. We are about to release another version of JMVC, probably called DoneJS, that focuses on the integration of the underlying libraries, especially CanJS...

View Article

Re : NPM confusion: can, canjs

Use the "can" package. We will put up a warning (I thought we already had).

View Article


Organizing CanJS 2.2 app w/ StealJS and NPM

Looking for suggestions on how to organize my new Can 2.2 app. After following http://blog.bitovi.com/using-canjs-2-2-with-stealjs/ I end up with a basic structure /dist /lib /node_module app.js...

View Article

Re : Organizing CanJS 2.2 app w/ StealJS and NPM

https://github.com/bitovi/place-my-order This is an upcoming example app for 2.3.

View Article


When can.Component updates the view? Is there any callback or event? (like...

Hello everyone, Who knows how can I check if view in can.Component was updated. I mean if I change something in the viewModel, I need to know when these changes applied on the DOM.  The example, I have...

View Article

SASS suport in StealJS?

Looks like the reason LESS was picked over SASS years ago was lack of a javascript parser for SASS. Any plans on supporting SASS with the new StealJS now that javascript parsers for SASS exist? Thanks,...

View Article

Re : SASS suport in StealJS?

I have no concret plans for it, but I wouldn't turn it down.  You might even be able to find a "system-sass" someone already built for SystemJS. If not, create an issue;...

View Article
Browsing all 3491 articles
Browse latest View live


Latest Images