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

Re : can.compute(initialValue, setter) doesn't work in can.Component

btw, this might be a problem with cloning those computes

View Article


Re : can.compute(initialValue, setter) doesn't work in can.Component

yup.  There's a bug there.  Will be fixed shortly.

View Article


Re : can.compute(initialValue, setter) doesn't work in can.Component

It's just a simple example. In my case ther is some more buisiness logic.

View Article

Re : can.compute(initialValue, setter) doesn't work in can.Component

I think it is some kind of incorrect re-initialization while can.view.mustache()You can actually fix it shortly?

View Article

Re : can.compute(initialValue, setter) doesn't work in can.Component

it's a bug with cloning computes.  Make sure you understand that the scope object is actually defining a can.Map prototype object.  There's typically better strategies than putting computes on it.

View Article


CanJS plugin for automatic css class generation?

I seem to recall there once was a plugin out there that automatically added a css class generated from the control name.  I use this feature a lot for composing my css rules but I'm currently adding...

View Article

Re : How to make working JqueryMX ?

Any help please ?

View Article

Re : How to make working JqueryMX ?

If you are using 3.3, you shouldn't be using $.Controller.

View Article


Re : How to make working JqueryMX ?

I should use can.Controller then ?

View Article


Re : can.compute(initialValue, setter) doesn't work in can.Component

You have fixed it in 2.0.2?Thanks a lot

View Article

Re : How to make working JqueryMX ?

can.Control.  Where are you reading controller from?Sent from my iPhoneOn Nov 17, 2013, at 11:48 PM, JavaScriptMVC Forum <noreply@zohodiscussions.com> wrote:

View Article

Re : CanJS plugin for automatic css class generation?

Yes, jQueryMX used to generate a class name from the Controls class name automatically. The reason why this isn't happening anymore is that we recommend using a modular dependency manager where...

View Article

can.Model update: attributes in response

Hello,I would like to clarify the following part of the documentation:Update must return a Deferred that resolves to an object that contains any properties that should be set on the instance.I have a...

View Article


Re : can.Model update: attributes in response

can you create a small test and pull request and submit it to github?

View Article

Re : How to make working JqueryMX ?

thanks it is not working here (has no method Controller) => error- I am reading the controller from the script abovesteal('jquerypp/controller',function(){can.Controller("first_div",    /* @static...

View Article


Re : How to make working JqueryMX ?

I mean where are you reading about $.Controller and trying to use that. It's not how things are done. Sent from my iPhoneOn Nov 18, 2013, at 8:23 PM, JavaScriptMVC Forum...

View Article

Re : How to make working JqueryMX ?

on the tutorial they say $.Controller and and it did not work, you told me to add can.Controller and it is still not working, I am confused, how to make working my app ? I followed all the instructions. 

View Article


No script added to

I'm having an issue with steal where it is not placing my loaded *.js file in the <head> ... the complete/success function is called, but no access to the code

View Article

Re : How to make working JqueryMX ?

Which instructions?  Which tutorial?  Please provide a link (this is what I keep asking for). I never said can.Controller.  I said can.Control. Sent from my iPhoneOn Nov 18, 2013, at 8:55 PM,...

View Article

Re : No script added to

What do you mean exactly?  What browser are you using?Sent from my iPhoneOn Nov 18, 2013, at 8:56 PM, JavaScriptMVC Forum <noreply@zohodiscussions.com> wrote:

View Article
Browsing all 3491 articles
Browse latest View live