问题标签 [kartik-v]
For questions regarding programming in ECMAScript (JavaScript/JS) and its various dialects/implementations (excluding ActionScript). Note JavaScript is NOT the same as Java! Please include all relevant tags on your question; e.g., [node.js], [jquery], [json], [reactjs], [angular], [ember.js], [vue.js], [typescript], [svelte], etc.
php - PDF有太多项目+100,任何解决方案?
我希望他们可以帮助我解决在 PDF 文件中导出许多元素时遇到的问题。
当您导出它时,文件会在一张纸上创建和生成,并且由于有 100 个或更多产品,因此您什么也看不到 pdf 文件。有人可以帮我弄这个吗?还是以前发生过?感谢大家的帮助。
yii - 如何在 Yii2 中使用 export kartik 下载的文档中添加标题?
我想在导出的文件中添加标题。我正在使用kartik Export in Yii2
. 我期望的结果是这样的:
这是我的观点: https ://pastebin.com/HDeuQnfj
谁能帮我找到解决方案?这对我有很大帮助。提前致谢
yii2 - 无法安装 Kartik 对话框
这是我的作曲家 .json 文件
我从 GitHub 获取源代码并添加"kartik-v/yii2-dialog": "@dev"
到文件中并运行composer update
但随后它一直显示错误
Problem 1
- kartik-v/yii2-dialog v1.0.1 required bower-asset/bootstrap3-dialog ~1.34 ->no matching package found.
- kartik-v/yii2-dialog v1.0.0 required bower-asset/bootstrap3-dialog ~1.34 ->no matching package found.
- Installation request for kartik-v/yii2-dialog * -> satisfiable by kartik-v/yii2-dialog[v1.0.0, v1.0.1].
谁能告诉问题是什么?我尝试使用另一台电脑并安装它,它可以工作。它不能在我自己的电脑上工作
php - Yii2 editable Internal server error on host only (Class yii\helpers\json not found)
I have a Yii2 advanced app with Dynagrid and with one column editable (http://demos.krajee.com/editable)
I wrote it on local PC and editable works fine.
I copied the files on my host and now I get Internal server error when trying to use Editable widget to update the value of the field.
Investigating showed me the place where error happens
by clicking on this jquery.js I see :
When introducing a console.log(xhr); before the xhr.send instruction I see :
responseText
So the reason is : Class yii\helpers\json not found But in my controller I use yii json helper as you can see in my Controller :
This is the view :
I cannot see why I am getting this error only on the host and not on the local PC. Any help would be nice !
php - 如何在 Kartik gridview 中创建自定义操作列
我正在尝试创建一个显示字形图标的列。字形图标将链接到允许用户下载文件的 url。任何帮助将不胜感激。当前代码如下:
这是用户将要下载的最后一个属性“fname”。
gridview - 可编辑列在 Kartik 中不起作用展开行网格
更新的数据未发布。我正在使用 kartik 高级网格和 kartik 可编辑。
editableAjaxError 不返回任何错误。实际列更新,但似乎没有提交表单数据(可编辑的弹出数据)
更新:添加了 indexAction 和两个网格。主网格和 exandrow 网格模板。
行动指数
意见/index.php
意见/_brandbudget.php
php - yii2 kartik 'fileActionSettings' 不工作
我的代码是:
但是'fileActionSettings'对我不起作用并且按钮没有显示,如果我错了,请帮助我。