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 8a5275f commit 187fb81Copy full SHA for 187fb81
Ajax/semantic/components/Toast.php
@@ -8,7 +8,7 @@
8
* Ajax\semantic\components$Toast
9
* This class is part of phpMv-ui
10
* @author jcheron <[email protected]>
11
- * @version 1.0.0
+ * @version 1.0.1
12
* @since 2.3.0
13
* @see https://fomantic-ui.com/modules/toast.html
14
*/
@@ -37,6 +37,11 @@ public function setShowIcon($value=false){
37
$this->params['showIcon']=$value;
38
return $this;
39
}
40
+
41
+ public function setPreserveHTML($value=false){
42
+ $this->params['preserveHTML']=$value;
43
+ return $this;
44
+ }
45
46
public function setCloseOnClick($value){
47
$this->params['closeOnClick']=$value;
0 commit comments