Some of the code is as follows
Copy Code code as follows:
<form id= "FM" method= "POST" novalidate>
<div style= "height:26px" class= "Fitem" >
<label> Area:</label>
<input class= "Easyui-combobox"
Id= "Areaid"
Name= "Areaid"
Url= "Getareaslist"//Can get data from backstage
valuefield= "id"
textfield= "Name"
panelheight= "Auto"
/>
</div>
<div style= "height:26px" class= "Fitem" >
<label> name:</label>
<input id= "Devname" name= "name" class= "Easyui-validatebox" missingmessage= "do not allow Nulls" required= "true"/>
</div>
The omission of the back
Part of the JS code
Copy Code code as follows:
<pre code_snippet_id= "229232" snippet_file_name= "blog_20140311_1_" 960217 "name=" code "class=" HTML "><pre code_snippet_id=" 229232 "snippet_file_name=" blog_20140311_1_960217 " Name= "code" class= "html" >var row = $ (' #dg '). DataGrid (' getselected ');
</pre>
<pre></pre>
<pre code_snippet_id= "229232 snippet_file_name=" blog_20140311 _2_8342494 "name=" code "class=" HTML ">$ (' #fm '). Form (' Load ', row);
Fm:form Label ID
Row: The resulting data is an object that is selected in the Easyui
form where data is received with <input name= "row corresponding to the property name"/>
</pre>& Lt;br>
<pre></pre>
<br>
<br>
</pre>