Wiki articles in category How-tos tagged with "javascript"

Showing 1-5 of 5 items.

How To: Custom Client Validation On Checkbox Toggle and Optional Input Field

Created 9 years ago by Wade Shuler Wade Shuler, updated 9 years ago by Wade Shuler Wade Shuler.

I just chased my tail around for a bit today. I got lost with setting the status of all inputs, and banging my head on why the "validate" function just wasn't working.

0 0
1 follower
Viewed: 28 294 times
Version: 2.0
Category: How-tos

Using Grunt for deploying client scripts

Created 13 years ago by Chris83 Chris83, updated 12 years ago by Chris83 Chris83.

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...

8 0
7 followers
Viewed: 27 611 times
Version: 1.1
Category: How-tos

Javascript and AJAX with Yii

Created 13 years ago by François Gannaz François Gannaz, updated 12 years ago by François Gannaz François Gannaz.

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".

23 0
30 followers
Viewed: 191 437 times
Version: 1.1
Category: How-tos

Entire Messages into javascript object

Created 13 years ago by markux markux, updated 13 years ago by markux markux.

I needed all messages with their translation into javascript. This is my solution:

1 0
3 followers
Viewed: 12 574 times
Version: 1.1
Category: How-tos

Reliable Alternative For Yii::app()->request->isAjaxRequest AND Adding Data To Ajax Form With JS

Created 14 years ago by ibo_s ibo_s, updated 14 years ago by ibo_s ibo_s.

In this How-To I'll show you:

12 1
10 followers
Viewed: 64 371 times
Version: 1.1
Category: How-tos