Wiki articles in category FAQs tagged with "Yii"

Showing 1-2 of 2 items.

Common Yii questions

Created 12 years ago by dckurushin, updated 12 years ago by migajek.

Put attention of the question answer form

14 0
23 followers
Viewed: 58 086 times
Version: 1.1
Category: FAQs

Overcoming removal of client helpers (e.g. ajaxLink) and ClientScript in Yii 2.0

Created 10 years ago by Kartik V, updated 10 years ago by Kartik V.

Alternatively, inline assets (JS/CSS) can be registered at runtime from within the View. For example you can clearly simulate the ajaxLink feature using a inline javascript. Its however recommended if you can merge where possible, client code (JS/CSS) into separate JS/CSS files and loaded through the AssetBundle. Note there is no more need of a CClientScript anymore:

1 2
41 followers
Viewed: 43 482 times
Version: 2.0
Category: FAQs