-
Hello, last week I wonded how to use tabular form to do submit of a group of models then I began to create the widget and to specify the attributes and their own type of inputs, so I wanted to use **I…
-
http://demos.krajee.com/grid-demo
Export to Excel not working for "Page Total" row (using LibreOffice to check) and outputed file does not work with google docs (can't import).
Also there is no possib…
disem updated
10 years ago
-
config:
'language' => 'de-DE', // tried 'language' => 'de', also
before the 2.0.1 update all our dates in grids were dd.MM.yyyy
now they are yyyy-MM-dd
i also tried to set the formatter in config ma…
-
Is there a way to make an activeform item readonly? Make it have the same presentation as when it's normal, but have the input disable?
Something like this: http://demos.krajee.com/widget-details/sel…
-
The Switch widget is being included twice for each field.
From what I could analyze what is causing this error is the selector you're using to generate the Switch, taking the name of the field inste…
-
I have been struggling with this all day ;(
As Yii is now at 2.0.0 stable I don't really want to go the minimum-stability:"dev" route.
I have a virgin "basic" install with a couple of models and no ot…
-
In GridView::parseExportConfig() the Yii2 ArrayHelper::merge() is for some reason not merging the arrays correctly.
If I change line 841 to use native PHP array_merge it works:
```
$exportConfig[$fo…
-
Is goBack() only supposed to work for login?
Right now I can't do this:
``` php
public function actionCommentDelete($id)
{
$this->findCommentModel($id)->delete();
return $this->g…
-
Hey kartik can you give the idea regarding multiple select dropdown for the actionCreate and actionUpdate function, basically i want this multiple value stores in mutiple rows of database...
This is n…
-
The jasny file upload component needs to be upgraded to be the latest which is file-input now http://jasny.github.io/bootstrap/javascript/#fileinput.
Or consider replacing with http://plugins.krajee.…