Skip to content Skip to sidebar Skip to footer
Showing posts with the label Yii2

Remove Empty Tags In Imperavi Redactor

Using Imperavi Redactor with Yii 2 framework. When no text is entered, Imperavi Redactor produces t… Read more Remove Empty Tags In Imperavi Redactor

Yii2 Url Html Format

Quick Question: i use following code in my View Script to generate a link steam_id_32.')',[… Read more Yii2 Url Html Format

Dropdown Javascript Onload

I have a dropdown menu, that has a onchange function. Once the function is executed it changes anot… Read more Dropdown Javascript Onload

Error When Embed Image In Mail Using Yii2

I want to embed images in my mail body and I follow the documentation on http://www.yiiframework.co… Read more Error When Embed Image In Mail Using Yii2

Override Bootstrap Css In Yii2

I have a NavBar and I want to override all the classes that Yii is putting on that widget. After se… Read more Override Bootstrap Css In Yii2

Yii2- Unable To Upload Image

I am working on yii2. In one of my view, I am trying to upload an image. But I am unable to upload … Read more Yii2- Unable To Upload Image

Prevent Users From Accessing A Url Directly Yii 2

I have this piece of code that if the user clicks on it the link will be replaced by text making it… Read more Prevent Users From Accessing A Url Directly Yii 2

Change The Priority Of Selected Attribute In Listbox

Following is the example code : IN CONTROLLER foreach($UserTypesArray as $key => $value) { … Read more Change The Priority Of Selected Attribute In Listbox