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 d083b34 commit c1260e7Copy full SHA for c1260e7
Ajax/semantic/components/Toast.php
@@ -53,6 +53,10 @@ public function setDisplayTime($time){
53
public function setShowProgress($value='top'){
54
$this->params['showProgress']=$value;
55
}
56
+
57
+ public function setClassProgress($value){
58
+ $this->params['classProgress']=$value;
59
+ }
60
61
public function setOnShow($jsCode) {
62
$this->addComponentEvent('onShow', $jsCode);
0 commit comments