Wiki

Articles tagged with "javascript", sorted by viewsX
Displaying 1-5 of 5 result(s).

Javascript and AJAX with Yii

Created 7 months ago by François GannazHow-tos2 comments – viewed 32,231 times – ( +27 )
This page intends to provide an exhaustive guide of how to use Javascript (JS) in Yii. It does not explain how to learn coding in JS, but how to deal with it "the Yii way".
tags: javascript, AJAX

Ember.js with Yii REST backend,demo application

Created 7 months ago by drumaddictOthers4 comments – viewed 12,858 times – ( +9 )
Ember with Yii REST backend,demo application.

Using Grunt for deploying client scripts

Created 2 months ago by Chris83How-tos8 comments – viewed 3,278 times – ( +5 )
For a long time I have struggled to find a suitable tool for doing server tasks such as compiling LESS files, concatenating and minifying of JavaScript files and copying the minified JavaScript files. While most of these tasks can be done with Yii extensions I would still not recommend using them because it requires you to include these extensions in your project, and therefore also deploying them in your production environment.

Entire Messages into javascript object

Created 9 months ago by markuxHow-tos0 comments – viewed 2,536 times – ( +1 )
I needed all messages with their translation into javascript. This is my solution: