?
? ????? 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ù)庫(kù)) 庫(kù). 這些函數(shù)用于上下文敏感信息如幫助窗口或工具提示. 如果準(zhǔn)備使用 popup 函數(shù),在頁(yè)首必須先調(diào)用 popup_init 函數(shù). overLib 由 Erik Bosrup 開(kāi)發(fā),其主頁(yè)位于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 版中沒(méi)有帶 overLib 庫(kù). 必須下載該庫(kù),將 overlib.js 文件置于文檔根目錄下,調(diào)用 popup_init 的時(shí)候?qū)⒃撐募南鄬?duì)路徑作為參數(shù)"src"傳遞.
Example 8-16. popup_init
|