cvs: smarty /docs/en/designers/language-custom-functions language-function-popup.xml
[email protected] ("Peter 'Mash' Morgan") Fri, 17 Mar 2006 01:11:24 -0000
| Newsgroups | php.smarty.cvs |
|---|---|
| Message-ID | <cvspete_morgan1142557884@cvsserver> |
pete_morgan Fri Mar 17 01:11:24 2006 UTC
Modified files:
/smarty/docs/en/designers/language-custom-functions
language-function-popup.xml
Log:
another example
http://cvs.php.net/viewcvs.cgi/smarty/docs/en/designers/language-custom-functions/language-function-popup.xml?r1=1.8&r2=1.9&diff_format=u
Index: smarty/docs/en/designers/language-custom-functions/language-function-popup.xml
diff -u smarty/docs/en/designers/language-custom-functions/language-function-popup.xml:1.8 smarty/docs/en/designers/language-custom-functions/language-function-popup.xml:1.9
--- smarty/docs/en/designers/language-custom-functions/language-function-popup.xml:1.8 Wed Mar 15 20:31:53 2006
+++ smarty/docs/en/designers/language-custom-functions/language-function-popup.xml Fri Mar 17 01:11:24 2006
@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="iso-8859-1"?>
-<!-- $Revision: 1.8 $ -->
+<!-- $Revision: 1.9 $ -->
<sect1 id="language.function.popup">
<title>{popup}</title>
<para>
@@ -411,6 +411,9 @@
<a href="mypage.html" {popup sticky=true caption='mypage contents'
text="<ul><li>links</li><li>pages</li><li>images</li></ul>"
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>
</example>