Wiki articles tagged with "autocomplete"

Showing 1-8 of 8 items.

Simple Jui Autocomplete in yii2

Created 9 years ago by ajith ajith, updated 9 years ago by ajith ajith.

To use jui auto complete widget first add

0 0
3 followers
Viewed: 53 781 times
Version: 2.0
Category: Tutorials

PHPStorm & NetBeans autocomplete problem

Created 12 years ago by Stageline Stageline, updated 12 years ago by Stageline Stageline.

The problem: If you type Yii::app()->user<ctrl+space> code completion didn't work. This solve it.

12 0
14 followers
Viewed: 23 542 times
Version: 1.1
Category: Tips

Simple way to use AutoComplete using different ID and Display Value

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

Usually when we use AutoComplete in a project, We need to show "title" or "name" in the list, while when the form is posted, we need some sort of integer ID referring to the selected value. Out of the Box, CJuiAutoComplete widget doesn't provides different display text and post values.

6 0
13 followers
Viewed: 64 833 times
Version: 1.1
Category: Tutorials

Adding Bash Command Completion for Yii Commands

Created 13 years ago by Dustin Oprea Dustin Oprea, updated 13 years ago by Dustin Oprea Dustin Oprea.

This article discusses the installation/configuration of the YiiBash project (https://github.com/dsoprea/YiiBash).

3 0
5 followers
Viewed: 15 605 times
Version: 1.1
Category: How-tos

History Autocomplete

Created 13 years ago by zaccaria zaccaria, updated 13 years ago by Maurizio Domba Cerin Maurizio Domba Cerin.

In application development we often have to choose how to mange recurrent values.

3 0
9 followers
Viewed: 21 763 times
Version: 1.1
Category: How-tos

Autocomplete in console command

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

Missed of autocomplete in bash console commands yii make me sad.

3 0
4 followers
Viewed: 16 765 times
Version: 1.1
Category: Tutorials

Custom Autocomplete Display and Value Submission

Created 14 years ago by Antonio Ramirez Antonio Ramirez, updated 13 years ago by SebK SebK.

I was looking around wiki and found that was no approach as the one I did so I guessed this is worth to write.

12 0
18 followers
Viewed: 63 098 times
Version: 1.1
Category: How-tos

A simple action for CJuiAutoComplete

Created 14 years ago by tydeas_dr tydeas_dr, updated 14 years ago by Thiago Souza Thiago Souza.

Simple as that. I have placed this action in my extension folder like:

15 1
19 followers
Viewed: 50 812 times
Version: 1.1
Category: Tips