Wiki

Articles tagged with "javascript"X
Displaying 1-5 of 5 result(s).

Using Grunt for deploying client scripts

Created 2 months ago by Chris83How-tos8 comments – viewed 3,178 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.

Ember.js with Yii REST backend,demo application

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

Javascript and AJAX with Yii

Created 7 months ago by François GannazHow-tos2 comments – viewed 31,415 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

Entire Messages into javascript object

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