↑誤會了。這並不是我想要的。
20160615 天哪!之前知道有這套 plugin,不以為意,今天才知道裡面有這個東西:Popovers [Lotar's Wiki]
<popover html="true" title="**測試**引用其他頁面" content="{{page>this:changelog}}">看一下本站更新紀錄</popover>
錯誤訊息:
Bootstrap Wrapper - Malformed tag (<popover html="true" title="**測試**引用其他頁面" content="{{page\>). Please check your code!
原因當然是因為 {{page>…}}
語法裡面的 >
導致 popover 的 tag 提早結束了。得提 bug 了← 解決了!↓
>
用 entity 取代呢?<popover html="true" title="**測試**引用其他頁面" content="{{page>this:changelog}}" trigger="focus"><btn type="success">看一下本站更新紀錄</btn></popover>
↑可以了!我要哭了!感謝 神!
bootstrap.min.css
的 .popover { max-width:500px; }
這邊
缺點:
實在受夠 DW 欠缺一個真正的 popup plugin 了!
用 HTML 做,也不難啊!(但看來至少一定要附 JS)
那麼,就試試把它做成 plugin,大幅簡化輸入?