EasyUI Forum
April 24, 2024, 04:23:33 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1] 2
1  General Category / EasyUI for jQuery / Re: Double-click or Click on Tree on: May 15, 2023, 11:57:14 PM
Thanks

2  General Category / EasyUI for jQuery / Double-click or Click on Tree on: May 12, 2023, 01:10:38 PM
Hi,

Double-click doesn't work this way, what should I do?

I tried with onclick and also onDblclick.

Code:
<span>Movimento</span>
        <ul>
        <li id="tree" class="easyui-tree" data-options="iconCls:'notas'" onDblclick='ExecBut("TEmiNfe():New()")'>1.Emissão de Notas Fiscais Eletrônicas</li>
        <li id="tree" class="easyui-tree" data-options="iconCls:'startrel'" onDblclick='ExecBut("TNfeMonitor():ReImprimir(::oWnd)")'>2.Re-Imprimir Danfe (a processar-processadas)</li>
        <li id="tree" class="easyui-tree" data-options="iconCls:'startrel'" onDblclick='ExecBut("TVNFe001a():New( ::oWnd, 2)")'>3.Consultar Status dos Web Services</li>
        <li id="tree" class="easyui-tree" data-options="iconCls:'startrel'" onDblclick='ExecBut("TVNFe001a():New( ::oWnd, 1)")'>4.Consulta de Nota Fiscal Eletrônica no Sefaz</li>
        <li id="tree" class="easyui-tree" data-options="iconCls:'startrel'" onDblclick='ExecBut("TNFeMonitor():ImpXml(1)")'>5.Imprimir NFe-XML de outras empresas</li>
        <li id="tree" class="easyui-tree" data-options="iconCls:'startrel'" onDblclick='ExecBut("TNFeMonitor():ImpXml(2)")'>6.Imprimir Danfe por arquivo XML (próprio)</li>
        <li id="tree" class="easyui-tree" data-options="iconCls:'pdf'" onDblclick='ExecBut("MsgMeter({|oMeter| TNFeMonitor():ImpTodas('Imprimir todos os Danfes para PDF', oMeter, 1, .T.)} , 'Imprimindo Danfe','Imprimindo Danfe' )")'>7.Imprimir todos os Danfes para PDF</li>
        <li id="tree" class="easyui-tree" data-options="iconCls:'startrel'" onDblclick='ExecBut("MsgRun('Recuperar um arquivo XML-Nfe da Sefaz' , 'Recuperar um arquivo XML-Nfe da Sefaz' , {|oMsg| TNfe2():VerificaXML( oMsg,'Recuperar um arquivo XML-Nfe da Sefaz' ) })")'>8.Recuperar um arquivo XML-Nfe da Sefaz</li>
        <li id="tree" class="easyui-tree" data-options="iconCls:'save'" onDblclick='ExecBut("MsgMeter({|oMeter| TNfeMonitor():GeraNfe(oMeter,1)},'Processando','Aguarde')")'>9.Arquivos NFe (gera XML das notas-saídas)</li>
        <li id="tree" class="easyui-tree" data-options="iconCls:'save'" onDblclick='ExecBut("MsgMeter({|oMeter| TNfeMonitor():GeraNfe(oMeter,2)},'Processando','Aguarde')")'>10.Arquivos NFe (gera XML das notas-por cliente)</li>
        <li id="tree" class="easyui-tree" data-options="iconCls:'save'" onDblclick='ExecBut("MsgMeter({|oMeter| TNFeMonitor():GeraCartas(oMeter)},'Processando','Aguarde')")'>12.Arquivos de Carta de Correção (gera XML das cartas)</li>
        </ul>
3  General Category / EasyUI for jQuery / [SOLVED] Re: easyui-menubutton - create a menu with json on: April 23, 2023, 06:12:29 AM
Thanks ! Jega

saved me many hours of fighting :-)

Ari
4  General Category / EasyUI for jQuery / Re: easyui-menubutton - create a menu with json on: April 22, 2023, 07:42:52 AM
Hello Yega

thanks for the link  Grin

I ran it here and corrected a syntax error when closing the function, and everything worked ok.

I wonder how can I put a href on the object so that as soon as I click on the menu item it executes another function
 Huh

Note: This menu is built based on user permissions
5  General Category / EasyUI for jQuery / [SOLVED] easyui-menubutton - create a menu with json on: April 20, 2023, 03:20:43 PM
Hello,

I looked here in the forum and I didn't find an example or if it's possible to mount an easyui-menubutton with json dynamically  Huh

Ari
6  General Category / EasyUI for jQuery / Re: Input box size in easyui-textbox on: April 20, 2023, 04:22:04 AM
Suggestion:

Consider the spaces in the size, or calculate the size with the letter W that occupies more spaces and will be able to size the field correctly and proportionally to the font.

it seems easy when I say it, but I know it takes work

Thanks.
 Grin

7  General Category / EasyUI for jQuery / Re: Input box size in easyui-textbox on: April 20, 2023, 02:53:34 AM
It worked

Code:

<input class="easyui-textbox" data-options="labelAlign:'right',labelWidth:'250px',validType:'length[0,20]'"
label="Descrição resumida:<i>opcional</i>" value="Descrição resumida" autoSize="true"
style="min-width:300px;">

When I removed this part:

<style="min-width:300px;">

now OK
Grin

Thank you for your attention
8  General Category / EasyUI for jQuery / Re: Input box size in easyui-textbox on: April 20, 2023, 02:29:10 AM
Thanks for answering
9  General Category / EasyUI for jQuery / Re: Input box size in easyui-textbox on: April 19, 2023, 11:30:31 AM
Hello

I tried to run with version 1.10.16 in Freeware Edition, it didn't work as expected. The input continues with text larger or smaller than the box.

Does this mod only work with the Commercial Edition?


The site documentation does not contain the modification, please give me an example of how this autoSize command works, where to place it and the syntaxy


Ari
10  General Category / EasyUI for jQuery / Re: Input box size in easyui-textbox on: April 18, 2023, 04:15:59 PM
Grato  Grin
11  General Category / EasyUI for jQuery / Re: EasyUI - validType[] documentation on: April 18, 2023, 04:14:10 PM
Grato Grin
12  General Category / EasyUI for jQuery / [SOLVED] EasyUI - validType[] documentation on: April 17, 2023, 03:59:30 AM
Hello,

Where can I find documentation of all validType types: Huh

validType:['email','length[0,20]']

or examples Huh


Grateful
Ari
13  General Category / EasyUI for jQuery / [SOLVED] Input box size in easyui-textbox on: April 15, 2023, 11:04:11 AM
I would like to leave the input box the same size as the number of characters passed in size and respecting maxlenght

this is the input code that appears in the image


Code:
<input class="easyui-textbox" data-options="labelAlign:'right',labelWidth:'250px',validType:'length[0,20]'" 
             label="Descrição resumida:<i>opcional</i>"
             id="aGet7" name="aGet7" size="20" maxLength="20" style="width:400px;">

14  General Category / EasyUI for jQuery / EasyUI-Desktop - Please I improved the question with images from the following on: April 14, 2023, 05:42:04 AM

Look

https://www.jeasyui.com/forum/index.php?topic=8729.0

Ari
15  General Category / EasyUI for jQuery / Re: Put the focus() on the first field of the form on: April 11, 2023, 03:25:35 AM
thank you very much
 Grin
Pages: [1] 2
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!