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

Re : Steal.build cannot handle properties defined by Object.defineProperty(-ies)

Same pb using jquery 2.0.3... Any workaround ?

View Article


Re : Start listening for event in Control.

Hi,I am not an expert (yet) so i don´t know if this solution is overkill, but if you are talking about different "objects" that somehow are behaviour dependent, you can use "can.compute" to implement...

View Article


Re : How to generate documentation in javascriptmvc3.3? I didn't find doc.bat...

I also came across this problem when referring to the docs http://javascriptmvc.com/docs/DocumentJS.htmlThe documentation tells us to create a "crm" folder with a "crm.js" file - it doesn't mention...

View Article

View rendering problems upgrading to v3.3

Hi,I'm trying to upgrade my app from v   to v3.3, but I'm running into quite a few problems around view rendering.As an example, here's one of my ejs templates:<div class="im-variable...

View Article

Re : can.Control - multiple selectors with one event

Hi,   This will help, at least for same event. Thanks.   Maybe this can be a nice feature for future releases... ?   Cheers, Linton Fernandes    

View Article


Re : Load dependencies first

Hi, is any other opportunity to load some files after others without using "shim" ?

View Article

Re : Load dependencies first

I dont understand the question.The other way is use steal().then() .. is this you are looking for?

View Article

Re : Load dependencies first

.then is depreciated. shim is a much better way of doing it because it sets up the dependency for every page using steal.

View Article


Could a section be set up on the site where people could post job requests?

I am keen to build my web app with canjs but I'm having trouble finding a developer to hire. I have a posting on odesk and elance, however I have not found anyone suitable yet.This forum seems the next...

View Article


Re : Could a section be set up on the site where people could post job requests?

We might add one to bithub ...  But here is good place.

View Article

CanJS US Tour

JMVCers / CanJSites,I'm doing a CanJS tour from Oct 14th to Nov 22nd. I am the lead contributor to CanJS / JMVC.If you are interested in a free training session on CanJS in your city ... let me...

View Article

Re : CanJS US Tour

Are you planing to visit LA?

View Article

Re : CanJS US Tour

Absolutely.  Can you help me find a time / location that works for you?

View Article


Re : CanJS US Tour

Great!!OK will talk to my CTO will let you know. I am planning to visit India during that time but nothing is finalized. I will keep you posted.

View Article

Re : Load dependencies first

Hi Justin,You said that "shim is a much better way of doing it because it sets up the dependency for every page using steal." But if  I create a file XXX using depreciated 'then' with dependency 'A'...

View Article


Adding support to steal to load pre-built modules

UsecaseSay we have 2 modules common and filemangercommon - has donejs + common jquery plugins + some common utilities and librairesfilemanager - depends on common module + has file manager specific...

View Article

Re : View rendering problems upgrading to v3.3

This is happening because of the new live binding functionality. The document fragments live-binding (that's what the data-view-id attribute is for) will be evaluated once you add it to the DOM.

View Article


Re : View rendering problems upgrading to v3.3

Thanks for the reply. Do you know any way of stopping it from happening? For example, a way of bypassing live binding completely, since I'm not using it at the moment? Or is there a specific way I need...

View Article

Re : Problem with steal packages

Anyone has an idea please? Am I wrong, missed something about how to use steal.packages or maybe there is a problem with the package generation and that's why it works in dev mode and not in production...

View Article

Model Implied Relationships & Serialization = Too Much Recursion?

I've got some CanJS models roughly arranged like so:User = can.Model({  attributes: {    activities: 'Activity.models',  }});Activity = can.Model({  attributes: {    user: 'User.model',  }});My API...

View Article
Browsing all 3491 articles
Browse latest View live