easyui支持php吗?
2021-04-18 15:25
YPE html>
"UTF-8"
>
"stylesheet"
type=
"text/css"
href=
"https://www.jeasyui.com/easyui/themes/default/easyui.css"
>
"stylesheet"
type=
"text/css"
href=
"https://www.jeasyui.com/easyui/themes/icon.css"
>
"stylesheet"
type=
"text/css"
href=
"https://www.jeasyui.com/easyui/themes/color.css"
>
"stylesheet"
type=
"text/css"
href=
"https://www.jeasyui.com/easyui/demo/demo.css"
>
src=
"/mine/easyui/jquery.min.js"
>
src=
"/mine/easyui/jquery.easyui.min.js"
>
"dg"
title=
"My Users"
style=
"width:550px;height:250px"
toolbar=
"#toolbar"
idField=
"id"
rownumbers=
"true"
fitColumns=
"true"
singleSelect=
"true"
>
"id"
width=
"50"
editor=
"{type:‘validatebox‘,options:{required:true}}"
>ID
"user_id"
width=
"50"
editor=
"{type:‘validatebox‘,options:{required:true}}"
>UID
"time"
width=
"50"
editor=
"text"
>TIME
"type"
width=
"50"
editor=
"{type:‘validatebox‘,options:{required:‘true‘}}"
>TYPE
$(
‘#dg‘
).datagrid({
url:
‘/index/index/test2‘
,
});