EasyUI Forum
May 02, 2024, 12:12:38 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1]
1  General Category / EasyUI for jQuery / Re: show content in the "layout. region: center" on: January 16, 2014, 11:58:15 PM
thank you. but I am still confused. implementation examples can be given into the sample program?
2  General Category / EasyUI for jQuery / show content in the "layout. region: center" on: January 16, 2014, 07:56:15 AM
Good night. I have an example program

<html>
<head>
   <meta charset="UTF-8">
   <title>Full Layout - jQuery EasyUI Demo</title>
   <link rel="stylesheet" type="text/css" href="../../themes/metro/easyui.css">
   <link rel="stylesheet" type="text/css" href="../../themes/icon.css">
   <link rel="stylesheet" type="text/css" href="../demo.css">
   <script type="text/javascript" src="../../jquery.min.js"></script>
   <script type="text/javascript" src="../../jquery.easyui.min.js"></script>
</head>
<body class="easyui-layout">
   <div data-options="region:'north',border:false" style="height:60px;background:#B3DFDA;padding:10px">
      <div><a href="#" class="easyui-linkbutton" data-options="iconCls:'icon-add'">form A</a>
      <a href="#" class="easyui-linkbutton" data-options="iconCls:'icon-remove'">form B</a>
      </div>
   </div>
   <div data-options="region:'west',split:true,title:'West'" style="width:150px;padding:10px;"></div>
   <div data-options="region:'center',title:'Center'"></div>
</body>
</html>

i want to ask. if I click the menu "form A" then display content "form A", if I click the menu "form B" then display content "form B"
3  General Category / EasyUI for jQuery / Re: 'onDblClickRow' function on the datagrid on: December 11, 2013, 05:38:23 PM
thank you for your help
4  General Category / EasyUI for jQuery / Re: 'onDblClickRow' function on the datagrid on: December 10, 2013, 05:19:12 PM
I still have not successfully apply the code.  Can you give examples of code into applications
5  General Category / EasyUI for jQuery / Re: 'onDblClickRow' function on the datagrid on: December 10, 2013, 01:54:50 AM
thanks for the reply.
I want to modify the application at http://jeasyui.com/tutorial/app/crud/index.html.
I want when doubleclick on a DataGrid row. will displays a "form edit data"
6  General Category / EasyUI for jQuery / 'onDblClickRow' function on the datagrid on: December 09, 2013, 07:29:25 PM
how to doubleclick a row in the DataGrid displays a dialog
7  General Category / EasyUI for jQuery / Re: load form on: October 02, 2013, 12:31:23 AM
thank you. I want to sample code "form.('load','get_data.php')" which uses php language, because in the 'demo/form' directory, only exemplified the use json
8  General Category / EasyUI for jQuery / load form on: October 01, 2013, 06:23:01 PM
I want to use code such as documentation "$('#ff').form('load','get_data.php');" , Can I be given a sample code get_data.php
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!