?
このドキュメントでは、 php中國語ネットマニュアル リリース
popup is an integration of overLib, a library used for popup windows. These are used for context sensitive information, such as help windows or tooltips. popup_init must be called once at the top of any page you plan on using the popup function. overLib was written by Erik Bosrup, and the homepage is located at http://www.bosrup.com/web/overlib/.
popup 函數(shù)整合了 overLib(用于彈出窗口的函數(shù)庫) 庫. 這些函數(shù)用于上下文敏感信息如幫助窗口或工具提示. 如果準備使用 popup 函數(shù),在頁首必須先調(diào)用 popup_init 函數(shù). overLib 由 Erik Bosrup 開發(fā),其主頁位于http://www.bosrup.com/web/overlib/.
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.
在 Smarty 2.1.2 版中沒有帶 overLib 庫. 必須下載該庫,將 overlib.js 文件置于文檔根目錄下,調(diào)用 popup_init 的時候將該文件的相對路徑作為參數(shù)"src"傳遞.
Example 8-16. popup_init
|