<?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/group* @method $this className(string $value) 设置 CSS 类名* @method $this label(string $value) 设置 group 的标签* @method $this body(mixed $value) 设置表单项集合* @method $this mode(string $value) 设置展示模式,默认同 Form 中的模式* @method $this gap(string $value) 设置表单项之间的间距,可选:xs、sm、normal* @method $this direction(string $value) 设置展示方向,可以配置水平展示还是垂直展示。对应的配置项分别是:vertical、horizontal*/class Group extends FormBase{public string $type = 'group';public function directionVertical(){$this->direction('vertical');return $this;}}
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。