EasyUI Forum
April 29, 2024, 06:50:07 AM *
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 / General Discussion / How can pass extra data when submit a form on: December 27, 2012, 09:59:43 PM
How can pass extra data which are not in the form when submit a form.Please see the example.

I want to pass extra data like  params:{product_id : '125','qnty':10,'price':500} instead of url:'page.php?product_id=125&qnty=10&price=500'' when submit a form


function submitForm(){          
                    
                        $('#ff').form('submit',{
             url:...,  
             params:{product_id : '125','qnty':10,'price':500}
            
         });  
}  
2  General Category / General Discussion / Re: element.focus is not working on: December 24, 2012, 05:16:44 AM
Thanks  stworthy .

The first option is working.

3  General Category / General Discussion / element.focus is not working on: December 24, 2012, 01:03:12 AM
Hi,

Please see the url:
http://cochinwebdesign.com/dance/admin/

username :admin
password: admin

Select any of one link from left, then press add button on top of the screen.
document.form.name.focus() and $('#mainForm')[0].focus(); both are not working.

Could u please provide some sample code?

Thanks in advance..................

4  General Category / General Discussion / Re: need integrate WYSIWYG HTML Editor on: December 23, 2012, 08:35:30 PM
Hi,

See the link http://www.jeasyui.com/forum/index.php?topic=987.0
5  General Category / General Discussion / CK Editor Integration on: December 19, 2012, 01:32:00 AM
Hi,
How to integrate CK Editor in a form using easyUI.


6  General Category / General Discussion / get whole data in the grid on: December 03, 2012, 04:03:51 AM
I have created a grid panel.It has no of records. I want to get all data in the grid when click a button.This function is working, if select entire row using datagrid('getSelections');

is possible get entire data in the grid without select the rows?

7  General Category / General Discussion / cursor focus is not working on: December 03, 2012, 03:59:17 AM
I have done the form panel like in the example
http://www.jeasyui.com/demo/main/index.php?plugin=Form&theme=default&dir=ltr&pitem=

There is three from examples, 1.basic 2. Load Form Data and 3.Ajax Form.

When i click the let side link , form panel is loading. But focus function is not working....
8  General Category / General Discussion / Input type FILE validation on: November 29, 2012, 04:43:03 AM
How we can validate a input type file in a form.

I created a file type with following code
<input type="file" class="easyui-validatebox" required="true">

when try to submit the form,following error shows
$.data(_391, "validatebox") is undefined
9  General Category / General Discussion / drag and drop between two trees on: November 27, 2012, 09:30:52 AM
I have created two trees. I want to drag and drop the records between two trees like dropp-able panel.

I enabled the dnd properties of two trees.The drag and drop is sometimes works if drop at exact point.
But i want to drop to any area of inside of the tree, not particular area/node of tree.

I want two tree instead of Droppable like http://www.jeasyui.com/demo/main/index.php?plugin=Droppable&theme=default&dir=ltr&pitem




10  General Category / General Discussion / remove only the child of particular node on: November 22, 2012, 04:50:46 AM
I have created a tree panel It has nested nodes like following

Course1
--Chapter1
  --Lesson1
  --Lesson2
  --Lessaon3
--Chapter2
  --Lesson1
  --Lesson2
  --Lessaon3

I want to remove only the child of the node 'Chapter1' .When i used $('#treePanel').tree('remove',node.target), the node 'Chapter1' and its child was removed.


Is it possible?

Thanks in advance.....
11  General Category / General Discussion / Set pageSize of grid depends on screen height on: November 21, 2012, 09:38:04 PM
I have created a grid panel using Easy UI. The grid panel is fit to all screens.The page size of grid is 20. In small screens, the grid has scrolling. In wide screen,there is some blank space between last record  and pagination tool even though there is more than 20 records.In this blank space, we can accommodate 4 or 5 records.

Please see the attached file.There is 2 pages [25 records]. First page shows 20 records. Some blank space is shown after the 20th record.

I want 15 records for small screens and 25 records for wide screens.There should not be scroll bar and blank space.

How can dynamically set the pageSize of grid depends on screen height or grid height ?
Is there any function to get the height of grid panel?
12  General Category / General Discussion / set MinValue Na MaxValue to date on: November 20, 2012, 03:46:10 AM
How can set minvalue and maxvalue when we use two date pickers?

13  General Category / General Discussion / Drag and Drop tree nods between two trees on: November 20, 2012, 01:51:43 AM
I have two trees. I want to drag and drop nodes from one tree to another.I can drag and drop inside of a tree itself.But I can not do between two trees


Is there any event to call when a node drag and drop to another tree?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!