Show Posts
|
Pages: [1]
|
2
|
General Category / EasyUI for jQuery / Combobox not works option selected
|
on: May 22, 2013, 10:38:29 AM
|
Hello, where are the error? I can´t put option 'Email' selected.
<select class="easyui-combobox" name="sol" style="width:200px;" data-options="panelHeight:'auto',editable:false"> <option selected value="Email">Email</option> <option value="Memorando">Phone</option> </select>
|
|
|
4
|
General Category / EasyUI for jQuery / Foreig key
|
on: May 16, 2013, 11:12:49 AM
|
Hi, I have a simple question, but I don´t know how to resolve.. In a table 'users' I put a foreign key 'id_city', with your source in table 'city'. But, how shows in a grid the field 'name_city'?
<table id="dg" title="My Users" class="easyui-datagrid" style="width:700px;height:250px" url="get_users.php" toolbar="#toolbar" pagination="true" rownumbers="true" fitColumns="true" singleSelect="true"> <thead> <tr> <th field="firstname" width="50">First Name</th> <th field="lastname" width="50">Last Name</th> <th field="id_city" width="50">City</th> <----here I want show field 'name_city', of table 'city' <th field="email" width="50">Email</th> </tr> </thead> </table>
[]´s
|
|
|
|