Exemplo n.º 1
0
 function sEditButtonHTML($sButtonImage = "edit-button.gif", $sToolTip = "")
 {
     $this->dEditorQuery = array();
     if ($this->oCSSURL) {
         $this->dEditorQuery[WY_QK_RICH_TEXT_CSS] = $this->oCSSURL->sURL();
     } else {
         $this->dEditorQuery[WY_QK_RICH_TEXT_CSS] = "";
     }
     return parent::sEditButtonHTML($sButtonImage, $sToolTip);
 }
Exemplo n.º 2
0
 function sEditButtonHTML($sButtonImage = "edit-button.gif", $sToolTip = "", $oCustomURL = false)
 {
     $this->dEditorQuery = array();
     $this->dEditorQuery[WY_QK_IMAGE_WIDTH] = $this->iImageWidth;
     $this->dEditorQuery[WY_QK_IMAGE_HEIGHT] = $this->iImageHeight;
     $this->dEditorQuery[WY_QK_IS_THUMB] = $this->bIsThumb;
     $this->dEditorQuery[WY_QK_THUMB_WIDTH] = $this->iThumbWidth;
     $this->dEditorQuery[WY_QK_THUMB_HEIGHT] = $this->iThumbHeight;
     return parent::sEditButtonHTML($sButtonImage, $sToolTip, $oCustomURL);
 }
Exemplo n.º 3
0
 function sEditButtonHTML($sButtonImage = "edit-button.gif", $sToolTip = "", $oCustomURL = false)
 {
     $this->dEditorQuery = array();
     $this->dEditorQuery[WY_QK_MENU_URL] = $this->oURL ? $this->oURL->sURL(false, false, false) : "";
     return parent::sEditButtonHTML($sButtonImage, $sToolTip, $oCustomURL);
 }