Wiki

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

Using Grunt for deploying client scripts

Updated 3 days ago by Chris83How-tos8 comments – viewed 3,753 times – ( +6 )
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

Updated 7 months ago by drumaddictOthers4 comments – viewed 13,599 times – ( +9 )
Ember with Yii REST backend,demo application.

Javascript and AJAX with Yii

Updated 8 months ago by bennounaHow-tos2 comments – viewed 35,763 times – ( +28 )
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

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