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

Re : can.route.map - working with arrays

I've tried that (updated jsFiddle) but it didn't help. Can you please check if I've done it the way you suggested?

View Article



Re : can.route.map - working with arrays

Yepp, that's the way. Maybe this should help: http://canjs.com/docs/can.Map.prototype.define.remove.html

View Article

Re : grunt-steal-node

Is grunt-steal-node supposed to be working right now?  I would really like to use it, but I'm currently getting the following error.Building ./build/releases/production.jssteal.compress - Using...

View Article

Re : can.route.map - working with arrays

Thank you Zoltan for your suggestions, but I still could not manage to get this think working. can.Map.prototype.define.Remove does not help in my example. Full working example would be great.

View Article

Re : can.route.map - working with arrays

http://jsfiddle.net/moschel/dQzA6/5/I made your example work the way you expected it to.  You had several things wrong that needed to be corrected to at least make the fiddle run correctly.  You were...

View Article


Re : can.route.map - working with arrays

Thank you for great explanation and a working example. Finally it works and I understand it. Problem was that I did not required 'can/map/define' plugin in my code. We have quite a large project but I...

View Article

Re : can.route.map - working with arrays

We'll add a warning so people realize that more quickly in the future. It was failing silently for you:https://github.com/bitovi/canjs/pull/1041

View Article

Re : grunt-steal-node

I was able to get the node version of steal to work, but I started from scratch and ported over my code piece by piece.  For the most part everything worked as expected.  I had to fix some things where...

View Article


New Steal: Any way to top-load css, yet?

Is there any currently-working way to force top-loading of css?  I'm assuming this would help with the flash of unstyled content.

View Article


Re : grunt-steal-node

The node version of Steal is almost ready for prime-time. You can watch its progress here: https://github.com/bitovi/stealsteal-tools is the build tools that compliment steal, you can see them here:...

View Article

Re : Ignore attribute (of Observe type) while serialization

I too often find myself in the case where I want virtual fields on a can.Model that are useful on the client side, but I do not want to send back to the server. Looking for a proper/clean way to do...

View Article

Re : Ignore attribute (of Observe type) while serialization

With the define plugin you can do :define : {  property: {    serialize: false  }}Look forserialize {serialize(value, attr) | Boolean}At the bottom...

View Article

Re : New Steal: Any way to top-load css, yet?

Can you create an issue.  I realized it would not be easy to do right now.  

View Article


Re : Model inheritance and parseModel functionality

I think this is a bug.  Can you create an issue.  A temporary work around is to define the CRUD methods again in ConcreteQuestion.  Maybe something like:var CRUD = {      create: function(...)...

View Article

Re : Issue with models that have attributes with "." in their name.

With an empty object it errors?Can you create an issue?You can normally include a \\. to make it able to set properties with a DOT.

View Article


Re : Recursive call of Component doesn't work

Thanks!  Can you create an issue.  I think Alexis might have already fixed this though.

View Article

Re : / (slash) convets to %2F with pushstate

You created an issue right?  

View Article


Re : Live Binding in IE8: low performance and ability to disable live binding...

I have fixed this here:https://github.com/bitovi/canjs/pull/1048It will be part of the next release and should dramatically improve IE performance.

View Article

Re : steal build error => java.lang.OutOfMemoryError: Java heap space

Would you be interested in getting setup on the new steal next week?  I can walk you through it.

View Article

Re : Nested IFrames

I think there's a way to arbitrarily set the FuncUnit window.  Alexis?

View Article
Browsing all 3491 articles
Browse latest View live




Latest Images