We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e640b commit 27466d1Copy full SHA for 27466d1
src/Html/Button.php
@@ -142,6 +142,19 @@ public function className($value)
142
return $this;
143
}
144
145
+ /**
146
+ * Set customize option value.
147
+ *
148
+ * @param string $value
149
+ * @return $this
150
+ */
151
+ public function customize($value)
152
+ {
153
+ $this->attributes['customize'] = $value;
154
+
155
+ return $this;
156
+ }
157
158
/**
159
* Append a class name to column.
160
*
0 commit comments