sachy123
sachy123
Hi Guys, I know that dropDownListGroup can display values as follows ``` php ``` How can I get the values in the 'data' from a database table?
The following code not working! echo $form->textFieldGroup($model, 'Email',array('class'=>'input-group input-group-lg')); I am not able to assign the class to the above input. Please if anyone can help?
So these are basically going in my database as 0,1,2,3,4 how can I store it as "New" ,"Used" etc., ? code is
Click the button to display an alert box: Try it function myFunction() { var x=document.getElementById("#Gandu"); alert(x.innerHTML); // alert("I am an alert box!"); } ```