一睹芳容
├─css //css目錄│ └─modules //模組css目錄(一般如果模組相對較大,我們會單獨提取)
│ ├─laydate
│ ├─layer
│ │ └─default
│ └─layim
│ └─skin
├─font //字型圖示目錄
├─images //資源目錄(一些表情等)
│ └─face
└─lay //js目錄
├─dest //經過合併的完整模組
└─modules //各模組/元件
3 html 部分(主要內容如下)
<4 php部分:link
rel="stylesheet"
href
="/static/layui/css/layui.css"
>
<
script
src="/static/layui/layui.js"
>
script
>
<
textarea
id="demo"
name
="content"
style
="display: none;"
>
textarea
>
<
script
>
layui.use(
'layedit',
function
() });
//建立編輯器
layedit.build(
'demo
'),;
//建立編輯器
});script
>
//內容接收$content = input('content');
//控制器頭部要引入use think\request;
//public
function
lay_img_upload()
else
else
}return json_encode($result
); }
//layui規定返回格式,,依據這個格式,做上面**的相應返回處理}
使用tp5框架整合 layui富文字編輯器
一睹芳容 css css目錄 modules 模組css目錄 一般如果模組相對較大,我們會單獨提取 laydate layer default layim skin font 字型圖示目錄 images 資源目錄 一些表情等 face lay js目錄 dest 經過合併的完整模組 modules ...
tp3 2整合ueditor富文字編輯器
在專案裡做文章管理時,使用富文字編輯器比較方便,主要是多上傳比較方便,第一次使用,感覺無從下手,這裡記錄一下我的方法 3.然後到view檔案下的要使用富文字編輯器的頁面進行初始化 引入js檔案,進行設定 這裡ue.geteditor 中的 info 就是 textarea的id名稱 到這裡就初始化完...
layui整合富文字編輯器
var layedit layui.layedit layedit.build lay content 我這裡加入tool是因為我需要加入在工具欄加入code功能。如果只需要預設功能,可以直接使用build layedit.build lay content lay content表示textare...