Explore Enterprise Education Gitee Premium Gitee AI AI teammates
Fetch the repository succeeded.
Create your Gitee Account
Explore and code with more than 14 million developers,Free private repositories !:)
Sign up
Already have an account? Sign in
文件
main
Branches (1)
main
main
Branches (1)
main
Clone or Download
Clone/Download
Prompt
To download the code, please copy the following command and execute it in the terminal
To ensure that your submitted code identity is correctly recognized by Gitee, please execute the following command.
When using the SSH protocol for the first time to clone or push code, follow the prompts below to complete the SSH configuration.
1 Generate RSA keys.
2 Obtain the content of the RSA public key and configure it in SSH Public Keys
To use SVN on Gitee, please visit the usage guide
When using the HTTPS protocol, the command line will prompt for account and password verification as follows. For security reasons, Gitee recommends configure and use personal access tokens instead of login passwords for cloning, pushing, and other operations.
Username for 'https://gitee.com': userName
Password for 'https://userName@gitee.com': # Private Token
main
Branches (1)
main
xbCode
/
builder
/
Components
/
Form
/
InputTable.php
xbCode
/
builder
/
Components
/
Form
/
InputTable.php
InputTable.php 3.29 KB
Copy Edit Raw Blame History
<?php
/**
* 积木云渲染器
*
* @package XbCode
* @author 楚羽幽 <958416459@qq.com>
* @license Apache License 2.0
* @link http://www.xbcode.net
* @document http://doc.xbcode.net
*/
namespace plugin\xbCode\builder\Components\Form;
/**
* 表单表格组件
* @copyright 贵州积木云网络科技有限公司
* @author 楚羽幽 958416459@qq.com
* @link https://aisuda.bce.baidu.com/amis/zh-CN/components/form/input-table
* @method $this addable(bool $value) 设置是否可增加一行
* @method $this copyable(bool $value) 设置是否可复制一行
* @method $this copyData(array $value) 设置控制复制时的数据映射,不配置时复制整行数据
* @method $this childrenAddable(bool $value) 设置是否可增加子级节点
* @method $this editable(bool $value) 设置是否可编辑
* @method $this removable(bool $value) 设置是否可删除
* @method $this showTableAddBtn(bool $value) 设置是否显示表格操作栏添加按钮,前提是要开启可新增功能
* @method $this showFooterAddBtn(bool $value) 设置是否显示表格下方添加按,前提是要开启可新增功能
* @method $this addApi(string|ApiSchema $value) 设置新增时提交的 API
* @method $this footerAddBtn(SchemaNode $value) 设置底部新增按钮配置
* @method $this updateApi(string|ApiSchema $value) 设置修改时提交的 API
* @method $this deleteApi(string|ApiSchema $value) 设置删除时提交的 API
* @method $this addBtnLabel(string $value) 设置增加按钮名称
* @method $this addBtnIcon(string $value) 设置增加按钮图标
* @method $this subAddBtnLabel(string $value) 设置子级增加按钮名称
* @method $this subAddBtnIcon(string $value) 设置子级增加按钮图标
* @method $this copyBtnLabel(string $value) 设置复制按钮文字
* @method $this copyBtnIcon(string $value) 设置复制按钮图标
* @method $this editBtnLabel(string $value) 设置编辑按钮名称
* @method $this editBtnIcon(string $value) 设置编辑按钮图标
* @method $this deleteBtnLabel(string $value) 设置删除按钮名称
* @method $this deleteBtnIcon(string $value) 设置删除按钮图标
* @method $this confirmBtnLabel(string $value) 设置确认编辑按钮名称
* @method $this confirmBtnIcon(string $value) 设置确认编辑按钮图标
* @method $this cancelBtnLabel(string $value) 设置取消编辑按钮名称
* @method $this cancelBtnIcon(string $value) 设置取消编辑按钮图标
* @method $this needConfirm(bool $value) 设置是否需要确认操作,可用来控控制表格的操作交互
* @method $this canAccessSuperData(bool $value) 设置是否可以访问父级数据,也就是表单中的同级数据,通常需要跟 strictMode 搭配使用
* @method $this strictMode(bool $value) 为了性能,默认其他表单项项值变化不会让表格更新,有时为了同步获取其他表单项字段,需要开启这个
* @method $this minLength(int $value) 设置最小行数, 2.4.1版本后支持变量
* @method $this maxLength(int $value) 设置最大行数, 2.4.1版本后支持变量
* @method $this perPage(int $value) 设置每页展示几行数据,如果不配置则不会显示分页器
* @method $this columns(array $value) 设置列信息
*/
class InputTable extends FormBase
{
public string $type = 'input-table';
}
Loading...
Report
Report success
We will send you the feedback within 2 working days through the letter!
Please fill in the reason for the report carefully. Provide as detailed a description as possible.
Please select a report type
Cancel
Send
误判申诉

此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。

如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。

取消
提交

About

基于渐进式动态页面构建渲染框架,支持在线安装插件、卸载的集成化插件框架,提供丰富的扩展功能。为开发者赋能
Cancel

Releases

No release

Contributors

All

Activities

can not load any more
Edit
About
Homepage
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
PHP
1
https://gitee.com/xbcode-plugin/xbCode.git
git@gitee.com:xbcode-plugin/xbCode.git
xbcode-plugin
xbCode
积木云核心
main
Going to Help Center

Search

Comment
Repository Report
Back to the top
Login prompt
This operation requires login to the code cloud account. Please log in before operating.
Go to login
No account. Register

AltStyle によって変換されたページ (->オリジナル) /