示例#1
0
文件: Color.php 项目: procoders/admin
 public function render()
 {
     return HtmlBuilder::color($this->name, $this->label, $this->getValueFromForm(), $this->getOptions($this->attributes));
 }