Used for questions related to kartik widgets, components, behaviors developed mostly for Yii2 Framework. Some of the popular widgets are katik\select2, kartik\dateTimePicker etc
Questions tagged [kartik-v]
281 questions
-1
votes
1 answer
Exception:Unknown Property under LINUX, but not under Windows using kartik widget CheckBoxX
following code will throw out Exception like this using LINUX. Using Windows, everything is all right, but code will be hosted under LINUX, so it can't be hosted, actually.
Exception:
Unknown Property – yii\base\UnknownPropertyException
Setting…

tklustig
- 483
- 6
- 24
-1
votes
1 answer
How to hide icon in kartik Detail view yii2 if is guest?
well I am using Kartik/Detail View and I only want to show the edit and delete button in the panel if the user is Admin. My code is :
= DetailView::widget([
'model'=>$model,
'condensed'=>true,
'hover'=>true,
…

JaqueCC
- 1
-1
votes
1 answer
Yii2 Select2 kartik-v give select value on checkbox change
I have two select elements and one checkbox. What i try to reach is: When i choose contry from the first one (Albania lets say) and press the checkbox this options should load in the second select. I am using kartiv Select2 widget and somehow just…

Toma Tomov
- 1,476
- 19
- 55
-1
votes
1 answer
yii2 kartik input widget not working properly
I added buttons for delete and drag but not working, my code in the view:
= $form->field($model, 'imageFiles[]')->widget(FileInput::classname(), [
'options' => ['multiple' => true, 'accept' => 'image/*',
'id'=>'inputFile'],
…

MHF
- 211
- 2
- 14
-1
votes
1 answer
Yii2 wbraganca, File Input (Kartik), dynamic forms
Not loaded next preloader and image after insert image in dynamic form item. Correct load image in case I didn't load image yet. In case I load image, next preloader not load in next dynamicform item and I don't save next images

Anton
- 27
- 5
-2
votes
1 answer
How can I insert images in Yii2 kartik-v/yii2-mpdf?
I can’t insert images when I create a pdf file with Kartik. It's possible to insert an image in kartik-v/yii2-mpdf?

Angelo De Giacomo
- 13
- 1
- 5
-2
votes
2 answers
Cannot push file & folder to shared hosting
I develop my app with Yii 2. I use widget select2 at my form. But when i try to push my app to shared hosting, some files and folder in vendor\kartik-v\yii2-widget-select2 not push. What must i do?

buqento richard
- 19
- 1
- 9
-2
votes
1 answer
How to use multiple select on yii kartik widget select2 and ajax
i'm trying to use the Kartik Select2 Widget for my Yii2 project.
I'll use the Ajax Loading and everithing works find, but if i set the multiple option it gives me this error.
PHP Warning – yii\base\ErrorException array_combine(): Both parameters
…

Sfili_81
- 2,377
- 8
- 27
- 36
-3
votes
1 answer
yii2 dep drop kartick dependencies
hi all i'm a noob of yii and i'm trying to get the kartiks to work, but I can't get them to load the dependency.I'm trying to make the kartik work but I can't get it to load the dependency, if I see the calls that are made through yii's built-in…

marco cardinale
- 1
- 1
-3
votes
1 answer
Yii2 Kartik Export with sub header
How to create multiple header (sub header) with kartik export, like table below
I guess using onRenderHeaderCell=>function($cell, $content, $widget){} function https://demos.krajee.com/export#option-onRenderHeaderCell, but still failed

jack
- 663
- 1
- 8
- 11
-3
votes
1 answer
How to export my html to pdf and download it?
I searched for topic to how export my html and found no simple solution! Why i have to write tons of codes and download some secondary staff? Here is my div id 'table' and i want to download it as pdf! How i can do it!?

Kuanish Aitimov
- 17
- 2