Demo

討論

保持飢餓,保持愚笨 (Stay hungry, stay foolish)。 史蒂夫·賈伯斯

公告

本網站已取消討論區的討論方式,如果您有問題請至LINE群行動條碼圖片網址,或Facebook社團

joomla有關列印按鈕加屬性值

  • 許麟麟
  • 許麟麟 的個人頭像 Topic Author
  • 訪客
  • 訪客
2011-07-17 11:21 #20367 來自 許麟麟
許麟麟 created the topic: joomla有關列印按鈕加屬性值
joomla的原始:<a rel="nofollow" title="列印" href="/IDIPC/index.php/tw/video?tmpl=component&print=1&page=" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;">

如果要改成
<a rel="nofollow" title="列印" href="/IDIPC/index.php/tw/video?tmpl=component&print=1&page=" onclick="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;" onkeypress="window.open(this.href,'win2','status=no,toolbar=no,scrollbars=yes,titlebar=no,menubar=no,resizable=yes,width=640,height=480,directories=no,location=no'); return false;">
請問各位大大要從何下手呢? 還有PDF的按鈕也是?

Please 登入 to join the conversation.

  • simonpeter
  • simonpeter 的個人頭像
  • 訪客
  • 訪客
2011-07-26 18:31 #20430 來自 simonpeter
simonpeter replied the topic: joomla有關列印按鈕加屬性值
应该是在这里修改,请试试:

components\com_content\helpers\icon.php

修改前记得做备份哦..

Please 登入 to join the conversation.

  • 許麟麟
  • 許麟麟 的個人頭像 Topic Author
  • 訪客
  • 訪客
2011-07-29 17:45 #20466 來自 許麟麟
許麟麟 replied the topic: joomla有關列印按鈕加屬性值

simonpeter 寫了道:: 应该是在这里修改,请试试:

components\com_content\helpers\icon.php

修改前记得做备份哦..

謝謝您的解答,已修改成功了

Please 登入 to join the conversation.