mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-07 20:04:27 +02:00
another example
This commit is contained in:
@@ -411,6 +411,9 @@
|
|||||||
<a href="mypage.html" {popup sticky=true caption='mypage contents'
|
<a href="mypage.html" {popup sticky=true caption='mypage contents'
|
||||||
text="<ul><li>links</li><li>pages</li><li>images</li></ul>"
|
text="<ul><li>links</li><li>pages</li><li>images</li></ul>"
|
||||||
snapx=10 snapy=10 trigger='onClick'}>mypage</a>
|
snapx=10 snapy=10 trigger='onClick'}>mypage</a>
|
||||||
|
|
||||||
|
{* a popup over a table cell *}
|
||||||
|
<tr><td {popup caption='Part details' text=$part_long_description}>{$part_number}</td></tr>
|
||||||
]]>
|
]]>
|
||||||
</programlisting>
|
</programlisting>
|
||||||
</example>
|
</example>
|
||||||
|
Reference in New Issue
Block a user