EasyUI Forum
May 07, 2024, 10:28:40 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 / Messager Buttons on: November 25, 2011, 12:59:35 PM
hello,

the buttons in messager are not plain, how can I change to plain??

Thanks
2  General Category / EasyUI for jQuery / Footer Rows on: November 11, 2011, 12:35:36 PM
Hello,

are there any example for footer rows?, I see tutorial example but I don´t understand

Thanks
3  General Category / EasyUI for jQuery / Center Caption on: November 11, 2011, 12:30:55 PM
Hello,

if I justify a column to rigth the column caption it rigth too, it´s possible center the column caption?

Thanks
4  General Category / EasyUI for jQuery / First Day Datebox on: October 18, 2011, 09:41:56 AM
Hello,

it´s possible start the datebox calendar on Monday(first week day) and colored for example saturday and sunday in red??

Thanks
5  General Category / EasyUI for jQuery / Re: Datagrid loaded into center region on: October 17, 2011, 12:51:13 AM
This is the body code, if I put in the div center region an iframe and load this code in the iframe I can see the buttons perfect and work when I press, the adjust to center is not possible in both cases. Thanks

<body>
   <table id="dgfac" title="Facturas" class="easyui-datagrid" style="height:340px"
         url="manejodatos/facturas/get_fac.php"
         toolbar="#toolbar1"
         pagination="true"
         striped="true"
         idfield="id"
         rownumbers="true" fitColumns="true" singleSelect="true">
      <thead>
         <tr>
            <th field="nfactura" width="15" align="right">N Factura</th>
            <th field="fechafac" width="15" align="right" formatter="formateafecha">Fecha</th>
            <th field="nombre" width="50" >Cliente</th>
            <th field="cobrada" width="15" align="center" formatter="formateacobrada">Cobrada</th>                     
         </tr>
      </thead>
   </table>
   <div id="toolbar1">
      <a href="#" class="easyui-linkbutton" iconCls="icon-add" plain="true" onclick="newFac()">A&ntildeadir</a>
      <a href="#" class="easyui-linkbutton" iconCls="icon-edit" plain="true" onclick="editFac()">Modificar</a>
      <a href="#" class="easyui-linkbutton" iconCls="icon-remove" plain="true" onclick="removeFac()">Borrar</a>
   </div>
   
   <div id="dlgfac" class="easyui-dialog" style="width:400px;height:180px;padding:10px 10px"
         closed="true" modal="true" inline="false" buttons="#dlgfac-buttons">
      <form id="fmfac" method="post">
         <div class="fitem">
            <label>Fecha:</label>
            <input name="fechafac" id="fechafacid" class="easyui-datebox" required="true">
         </div>
         <div class="fitem">
            <label>Cliente:</label>
            <input name="idcliente" class="easyui-combobox" style="width:200px" 
            url="manejodatos/facturas/comboclientes.php" 
            valueField="id" textField="nombre" panelHeight="auto" mode="local" required="true"></input>
         </div>
         <div class="fitem">
            <label>Cobrada:</label>
            <input name="cobrada" type="checkbox">
         </div>         
      </form>
   </div>
   <div id="dlgfac-buttons">
      <a href="#" class="easyui-linkbutton" iconCls="icon-ok" onclick="saveFac()">Guardar</a>
      <a href="#" class="easyui-linkbutton" iconCls="icon-cancel" onclick="javascript:$('#dlgfac').dialog('close')">Cancelar</a>
   </div>
   <div style="height:3px"></div>
      <table id="dgart" title="Articulos" class="easyui-datagrid" style="height:auto"
         toolbar="#toolbar2"
         pagination="true"
         striped="true"
         idfield="id"
         rownumbers="true" fitColumns="true" singleSelect="true">
      <thead>
         <tr>
            <th field="descripcion" width="70">Descripcion</th>
            <th field="precio" width="20">Precio</th>
            <th field="iva" width="10">Iva</th>
         </tr>
      </thead>
   </table>
   <div id="toolbar2">
      <a href="#" class="easyui-linkbutton" iconCls="icon-add" plain="true" onclick="newArt()">A&ntildeadir</a>
      <a href="#" class="easyui-linkbutton" iconCls="icon-edit" plain="true" onclick="editArt()">Modificar</a>
      <a href="#" class="easyui-linkbutton" iconCls="icon-remove" plain="true" onclick="removeArt()">Borrar</a>
   </div>
   
   <div id="dlgart" class="easyui-dialog" style="width:400px;height:380px;padding:10px 10px"
         closed="true" modal="true" buttons="#dlgart-buttons">
      <form id="fmart" method="post">
         <div class="fitem">
            <label>Descripcion:</label>
            <input name="descripcion" class="easyui-validatebox" required="true">
         <div class="fitem">
            <label>Precio:</label>
            <input name="precio" class="easyui-validatebox" required="true">
         </div>
         <div class="fitem">
            <label>Iva:</label>
            <input name="iva" class="easyui-validatebox">
         </div>
         </div>
      </form>
   </div>
   <div id="dlgart-buttons">
      <a href="#" class="easyui-linkbutton" iconCls="icon-ok" onclick="saveArt()">Guardar</a>
      <a href="#" class="easyui-linkbutton" iconCls="icon-cancel" onclick="javascript:$('#dlgart').dialog('close')">Cancelar</a>
   </div>
</body>
6  General Category / EasyUI for jQuery / Datagrid loaded into center region on: October 14, 2011, 04:11:54 AM
Hello

I loaded a html page with 2 datagrid in center region via $('#contenido').panel({href:'facturas.html'}) that it´s ok, I have two problems
1-The toolbar not work(I see the caption buttons but not icon and when press not call the function).
2-When collapse west region the datagrid not adjust to center region.

My div center region has this style="overflow:hidden;padding:10px 10px"

what I´m doing wrong?

Thanks
7  General Category / EasyUI for jQuery / checbox on: October 03, 2011, 11:10:30 AM
Hello,

I have this column grid definition:

<th field="cobrada" width="15" align="center" editor="{type:'checkbox',options:{on:'1',off:'0'}}">Cobrada</th>

always the checkbox is unchecked, in my table I have records with value in cobrada field with 1 and 0 but always it´s unchecked, anybody
know why?

Thanks
8  General Category / EasyUI for jQuery / Re: Date format on: September 30, 2011, 12:03:47 AM
ok

thanks
9  General Category / EasyUI for jQuery / Date format on: September 29, 2011, 11:35:30 AM
Hello,

I need use dmy format for dates, how can format de datebox for my country?

Thanks
10  General Category / EasyUI for jQuery / Re: combobxo column in datagrid on: September 29, 2011, 11:32:33 AM
ok

thanks
11  General Category / EasyUI for jQuery / combobxo column in datagrid on: September 27, 2011, 10:57:14 AM
Hello,

Anyone know how to use a combobox in a column datagrid?

Thanks
12  General Category / EasyUI for jQuery / Re: Combobox on: September 12, 2011, 11:01:56 AM
I, reply me

I need to change the css background ".combobox-item-hover" color.

Thanks
13  General Category / EasyUI for jQuery / Combobox on: September 12, 2011, 10:51:22 AM
Hello,

I can select the combobox item with mouse but not marked in orange, with keyboard it´s ok you can move to the item and it´s marked with orange
14  General Category / EasyUI for jQuery / Dialog on top window on: August 25, 2011, 08:23:56 AM
Hello,

In my case I have a grid inside west layout, when I press the add button the dialog it´s inside the west layout and I want on top window.

how can I move the dialog to top window?,

Thanks
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!