企业🤖AI智能体构建引擎,智能编排和调试,一键部署,支持私有化部署方案 广告
## 方法 text控件实例: ```php $text = $ttToolbarFilter ->text(); ``` 设置标签文本: ```php $text->label('关键词'); ``` 设置内容提示: ```php $text->placeholder('请输入关键词'); ``` 设置默认值: ```php $text->defaultValue('张三'); ``` 设置ui类: ```php $text->uiClass(['f13']); ``` 设置style样式: ```php $text->style(); ``` 设置html属性: ```php $text->attribute(); ```