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

Re : Rendering large views with ejs and live-binding.

Don't get what your problem is. What does not work?

View Article


Re : Rendering large views with ejs and live-binding.

In my model list are appointments.I have to match them into the correct block of the yearboard.If I want live-binding (so when I add an item, it gets rendered automatically)So in this case I will have...

View Article


Re : Rendering large views with ejs and live-binding.

I think you should not embed the logic of "grepping" the appointment for a day. Instead you may do the following:1) create day-lists (for each day) that will contain appointments for a day (initially...

View Article

Re : Rendering large views with ejs and live-binding.

k thnx will try it!

View Article

Re : Steal package:false and ignore:true not working

Sorry to necro this thread, but we are also having issues with packaged:false and ignore:true. Due to the scope of our project, upgrading to 3.3 is not an option at this moment in time; is there any...

View Article


Re : Application build is failing in complex packaging case - Pull request...

Any pointers? I will try to fix if I get some help from team bitovi.

View Article

Re : Filter array of data by values using Observe.List, best practices

So finally, I decided to use an easier method..http://jsfiddle.net/memel/kEsLF/

View Article

Accessing response data in Model.prototype.destroy success callback

Hi there,is there any chance of accessing the response data of the server in the Model.prototype.destroy success callback? At the moment I can only access the model itselfUse-Case: I know its not very...

View Article


Re : API guide on new canjs site is inconvenient

FWIW - As a long time user of JMVC and now Can, I think the new API documentation is a huge improvement over the old. 

View Article


steal.config.completed is not working

<!DOCTYPE html><html lang="en"> <head> <meta charset="utf-8"> <title>Default theme</title> </head> <body> </body> <script> steal = { paths :...

View Article

Re : steal.config.completed is not working

We have "executed" instead of "completed" in our config. As a test, I changed ours to "completed" -- that caused the behavior you're seeing, where steal downloads the files that were already loaded....

View Article

Re : Steal package:false and ignore:true not working

Sure there's a way to upgrade while remaining on a current version.  Let's do this outside your project, then we'll just bring the updated old code into your project:Download v.3.2 to /dirADownload...

View Article

Re : Can.view Deferred getting resolved after controller has been destroyed

Such is the nature of async software that you need to make sure the app hasn't switched states by the time a task is complete.  Your last suggestion is just offloading the "this.element" check to...

View Article


Re : Application build is failing in complex packaging case - Pull request...

?

View Article

Image may be NSFW.
Clik here to view.

canjs adding wildcards to a route definition

hello, i want to use wildcards on the definition of the routes, on the controllers. i made some changes in order to do that, but i would like to include this as a plugin or something. could you helpme....

View Article


Standalone DocumentJS Download

Is there a standalone download for DocumentJS anywhere? The link on the JMVC website is broken, and I really don't want to have to clone from github.

View Article

Help structuring JMVC folders

Hi,I am batteling here to find the best way of creating a widget for my application. I have read some posts and also looked at tutorial, but i feel like it is not the best approach for what i want to...

View Article


Re : Accessing response data in Model.prototype.destroy success callback

So I think it ist not possible?

View Article

steal build is throwing java.lang.StackOverflowError exception when stealing...

We have 4 modulesframework - there is a separate build file which creates framework packageconsole - depends on framework module - there is a separate build file which creates console package which...

View Article

Best practice for using steal with bower?

We're currently using submodules in our organization, but have had too many problems and would like to move away.  We're considering using Bower to manage dependencies and just checking the code in to...

View Article
Browsing all 3491 articles
Browse latest View live