Wiki

Articles tagged with "link", sorted by ratingX
Displaying 1-3 of 3 result(s).

By Example: CHtml

Created 3 years ago by jonahTutorials7 comments – viewed 242,541 times – ( +80 )
"By Example" cookbook pages will provide coding examples for many of the commonly used classes within Yii. We will try to provide as many usage examples as possible for keep these pages as helpful as possible.

adding class and links to Ctreeview node

Created about a year ago by bingjie2680Tips2 comments – viewed 7,551 times – ( +4 )
This article will show you how to add links and class to each node in ctreeview. so you can attach events in js by obtaining handler on anchor or class.
tags: ctreeview, link, class

Adding a link to a CDataColumn

Created 2 months ago by le_topTips4 comments – viewed 2,692 times – ( +3 )
Backoffice Grid Views often list information like Posts for a blog while showing at the same time linked information like the User who wrote that post. For more efficiency, it is appropriate that the User is displayed as a link to the User detail page.