Skip to content

Commit c1260e7

Browse files
committed
add classProgress to Toast
1 parent d083b34 commit c1260e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Ajax/semantic/components/Toast.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ public function setDisplayTime($time){
5353
public function setShowProgress($value='top'){
5454
$this->params['showProgress']=$value;
5555
}
56+
57+
public function setClassProgress($value){
58+
$this->params['classProgress']=$value;
59+
}
5660

5761
public function setOnShow($jsCode) {
5862
$this->addComponentEvent('onShow', $jsCode);

0 commit comments

Comments
 (0)