mirror of
https://github.com/smarty-php/smarty.git
synced 2025-08-04 02:14:26 +02:00
remove overlib.js file from distribution, update plugin and docs
This commit is contained in:
@@ -3801,7 +3801,10 @@ OUTPUT:
|
|||||||
http://www.bosrup.com/web/overlib/.
|
http://www.bosrup.com/web/overlib/.
|
||||||
</para>
|
</para>
|
||||||
<para>
|
<para>
|
||||||
This was added to Smarty 1.4.4.
|
As of Smarty version 2.1.2, overLib does NOT come with the release.
|
||||||
|
Download overLib, place the overlib.js file under your document
|
||||||
|
root and supply the relative path to this file as the "src"
|
||||||
|
parameter to popup_init.
|
||||||
</para>
|
</para>
|
||||||
</sect1>
|
</sect1>
|
||||||
<sect1 id="language.function.popup">
|
<sect1 id="language.function.popup">
|
||||||
@@ -4201,7 +4204,7 @@ OUTPUT:
|
|||||||
<title>popup</title>
|
<title>popup</title>
|
||||||
<programlisting>
|
<programlisting>
|
||||||
{* popup_init must be called once at the top of the page *}
|
{* popup_init must be called once at the top of the page *}
|
||||||
{popup_init}
|
{popup_init src="/javascripts/overlib.js"}
|
||||||
|
|
||||||
{* create a link with a popup window when you move your mouse over *}
|
{* create a link with a popup window when you move your mouse over *}
|
||||||
<A href="mypage.html" {popup text="This link takes you to my page!"}>mypage</A>
|
<A href="mypage.html" {popup text="This link takes you to my page!"}>mypage</A>
|
||||||
|
1222
overlib.js
1222
overlib.js
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user