EasyUI Forum
May 02, 2024, 01:54:19 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]
16  General Category / EasyUI for jQuery / form and iframe mode on: December 12, 2016, 09:22:18 AM
I see that since 1.4.5 there is an iframe mode in the form component.  Are there any tutorials or examples of how this works or is implemented?  I would like to post my form to an iframe, and I'm wondering how the plugin aids with that.

Thanks
jkdoyle
17  General Category / EasyUI for jQuery / Re: load combogrid on focus on: December 09, 2016, 10:34:38 AM
Yes, but what if the inputs have pre-existing values like:


Code:
<input id="cg" style="width:200px" value="K9-DL-01" data-options="
            panelWidth: 500,
            idField: 'itemid',
            textField: 'productname',
            columns: [[
                {field:'itemid',title:'Item ID',width:80},
                {field:'productname',title:'Product',width:120},
                {field:'listprice',title:'List Price',width:80,align:'right'},
                {field:'unitcost',title:'Unit Cost',width:80,align:'right'},
                {field:'attr1',title:'Attribute',width:200},
                {field:'status',title:'Status',width:60,align:'center'}
            ]],
            fitColumns: true,
            label: 'Select Item:',
            labelPosition: 'top'
        ">
<input class="cc" value="AV-CB-01">
<input class="cc" value="FL-DLH-02">
18  General Category / EasyUI for jQuery / Re: load combogrid on focus on: December 08, 2016, 12:08:54 PM
So...no way to have the datagrid of the combogrid to load at onShowPanel or on focus of some sort?

Anyone?
19  General Category / EasyUI for jQuery / Re: Possible to have more than one value in groupField for the groupview function? on: November 21, 2016, 03:26:15 PM
Did you ever figure this out?  I would like to do the same.
20  General Category / EasyUI for jQuery / Help with form iframe mode on: November 07, 2016, 12:00:59 PM
How does the iframe mode work with the form plugin?  Any direction or location for information would be great.

Thanks
J Doyle
21  General Category / General Discussion / Re: Form feature request on: November 01, 2016, 07:19:43 AM
Where can I find a tutorial on how to use the Form plugin with an iframe?  Or any sort of advice on using it in this way.
22  General Category / EasyUI for jQuery / Referring to jqueryEasyUI elements with jQuery on: July 27, 2016, 07:43:43 PM
This is a simple question with a simple solution, but I'm just missing it.

How do I reference easyUI components with jquery? For example, if I have a combogrid added to an input with id "#myInput", how do I do something like the following:

$('#myInput').combogrid.show();

?

Thanks
JD
23  General Category / EasyUI for jQuery / Initial Row selected in Datagrid on: June 22, 2016, 10:06:11 AM
How can I select a specific row on datagrid initial load or using input from a separate input field (not in the search panels)?

Thanks
JD
24  General Category / EasyUI for jQuery / Re: load combogrid on focus on: June 21, 2016, 02:45:51 PM
But if I do that, how do I do differing initial values?  Not all the inputs are the same when the form loads.  Using the clone patch forces all of them to the same value (unless I am doing it wrong).  Is there documentation somewhere for this patch?

JD
25  General Category / EasyUI for jQuery / load combogrid on focus on: June 20, 2016, 06:51:14 AM
I have multiple combogrid selects on a single page.  They are all loading from the same list stored in mysql but each have different selected initial values.  It works fine except for load time.  The client will rarely use each of these selects when editing the form.  Is there a way I can initialize the combogrids when the page loads but have them essentially be empty, and then load the data for each select only when that particular combogrid is selected?  I know this should be easy, but I'm having a difficult time figuring out the code.

I have attached a screenshot of my app thus far.

Thanks
JD

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!