Toggle main menu visibility
新聞
下載
教材
影音
討論
其他選單
好站連結
行事曆
電子相簿
常見問題
萬用表單
即時留言簿
友站消息
社大學員
:::
登入
登入
帳號
密碼
登入
重整畫面
:::
所有書籍
「[991]PHP網站開發 進階應用技巧2」目錄
MarkDown
13-3 index3.php
1. 網頁多媒體
2. Superfish下拉選單
2-1 index.php(遞迴範例)
3. 連動選單
3-1 menu1.php
3-2 menu2.php
3-3 menu1.php(索引與值都相同的精簡寫法)
3-4 demo/index.php
4. 表格內容排序
4-1 index.php
5. 拉動表格進行排序
5-1 index.php
5-2 checkbox.html
6. 即時聊天系統
6-1 index.php
7. PHP檔案操作(上)
7-1 index.php
7-2 iconize_l.css
8. PHP檔案操作(下)
8-1 index.php
8-2 index.php 中文目錄修正
9. 相片EXIF資訊及上傳
9-1 index.php
10. 目錄管理及相片特效
10-1 index.php
10-2 exif.php
11. 多媒體RSS
11-1 index.php
11-2 mrss.php
12. 樹狀目錄+HTML5
12-1 index.php
12-2 dtree.js
13. DHX入門(上)
13-1 index.php
13-2 index2.php
13-3 index3.php
13-4 index4.php
14. DHX編輯器及選單
14-1 index.php
14-2 input.php
14-3 setup.php
14-4 list.php
14-5 view.php
14-6 menu.xml
15. 點擊編輯
15-1 index.php
15-2 save.php
16. curl網頁採集
16-1 index.php
16-2 test1.php
17. 讀取RSS
17-1 index.php
18. 無刷新登入
18-1 index.php
18-2 login.php
18-3 index.php(AJAX版)
18-4 login.php(AJAX版)
14. DHX編輯器及選單
\[991\]PHP網站開發 進階應用技巧2 ====================== <html> <head> <meta http-equiv="content-type" content="text/html; charset=UTF-8"> <title></title> <link rel="stylesheet" type="text/css" href="dhtmlxSuite/dhtmlxLayout/codebase/dhtmlxlayout.css"> <link rel="stylesheet" type="text/css" href="dhtmlxSuite/dhtmlxLayout/codebase/skins/dhtmlxlayout\_dhx\_blue.css"> <link rel="stylesheet" type="text/css" href="dhtmlxSuite/dhtmlxLayout/codebase/skins/dhtmlxlayout\_dhx\_skyblue.css"> <script src="dhtmlxSuite/dhtmlxLayout/codebase/dhtmlxcommon.js"></script> <script src="dhtmlxSuite/dhtmlxLayout/codebase/dhtmlxcontainer.js"></script> <script src="dhtmlxSuite/dhtmlxLayout/codebase/dhtmlxlayout.js"></script> <script> var dhxLayout,Layout1,
win\_c1
; function doOnLoad(){ dhxLayout = new dhtmlXLayoutObject(document.body, "5H"); dhxLayout.setCollapsedText("c", "主內容"); var win\_l = dhxLayout.cells('a'); win\_c1 = dhxLayout.cells('c'); var win\_c2 = dhxLayout.cells('d'); var win\_r = dhxLayout.cells('e'); win\_l.setWidth(180); win\_l.setText("主選單"); win\_l.attachObject("url"); win\_c1.setHeight(300); win\_c1.setText("主內容"); win\_c1.attachURL("http://www.google.com"); win\_c2.setText("頁尾資訊"); win\_r.setWidth(180); win\_r.setText("其他資訊"); Layout1 = new dhtmlXLayoutObject(dhxLayout.cells('b'), "2U"); Layout1.setAutoSize("a;b"); var block\_l = Layout1.cells('a'); var block\_2 = Layout1.cells('b'); block\_l.setText("左區塊"); block\_2.setText("右區塊"); }
function link(url){
win\_c1
.attachURL(url); }
</script> <style> html, body { width: 100%; height: 100%; margin: 0px; overflow:hidden;} </style> </head> <body onLoad="doOnLoad();"> <div id="url" style="font-size:12px;padding:4px;"> <a href="
javascript:link('http://tad0616.net');
">http://tad0616.net</a><br> <a href="
javascript:link('http://163.26.52.246');
">http://163.26.52.246</a><br> </div> </body> </html>
:::
搜尋
search
進階搜尋
QR Code 區塊
快速登入
所有討論區
「PHP全端開發」線上課程討論區
XOOPS使用討論區
一般研習學員
社大學員專用
路過哈啦區
XOOPS佈景設計
XOOPS模組開發
Tad書籍區
即時留言簿
書籍目錄
展開
|
闔起
線上使用者
86
人線上 (
21
人在瀏覽
線上書籍
)
會員: 0
訪客: 86
更多…