EasyUI Forum
April 19, 2024, 04:20:05 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
  Home Help Search Login Register  
  Show Posts
Pages: [1] 2 3 ... 6
1  General Category / General Discussion / Unable to send email to sales@jeasyui.com on: May 28, 2023, 08:14:54 PM
Now emails to support@jeasyui.com and sales@jeasyui.com will be returned. Is it caused by the expiration of the authorization?
2  General Category / EasyUI for Vue / Messager alert() not taking focus on: June 22, 2020, 05:32:39 AM
This problem is the same as easyui for react, vue version also exists.

refrence:https://www.jeasyui.com/forum/index.php?topic=8284.0
3  General Category / EasyUI for Vue / Re: Expander layout on: September 11, 2019, 04:34:49 AM
买个正版的授权吧。我觉得挺值的
4  General Category / EasyUI for Vue / Re: Expander layout on: September 02, 2019, 08:34:32 PM
Please look at this example https://www.jeasyui.com/demo-vue/main/index.php?plugin=Layout&theme=material-teal&dir=ltr&pitem=Expander&sort=asc
5  General Category / EasyUI for Vue / TreeGrid component getCheckedRows method need supports multiple parameter on: March 15, 2019, 08:11:00 AM
// now. get checked and indeterminate nodes
Code:
            let checked = this.$refs.tg.getCheckedRows('checked')
            let indeterminate = this.$refs.tg.getCheckedRows('indeterminate')
            let data = [...checked, ...indeterminate]


hope
Code:
let data =  this.$refs.tg.getCheckedRows(['indeterminate', 'checked'])
6  General Category / EasyUI for Vue / the datagrid component how to formatter footer on: January 21, 2019, 12:49:24 AM
Code:
            <DataGrid selectionMode="single" class="f-full"
                :data="grid.data"
                :border="false"
                :striped="true"
                :showFooter="true"
                :footerData="grid.footerData"
            >
....
</DataGrid>
7  General Category / EasyUI for Vue / Re: datagrid component cell edit mode, how to get the row index on: January 19, 2019, 09:52:32 PM
I want to get the cell row index in the handleRemove function.

Code:

<div class="datagrid-toolbar">
    <table cellspacing="0" cellpadding="0">
        <tbody>
            <tr>
                <td><LinkButton iconCls="icon-add" :plain="true" @click="handleRemove">删除数据</LinkButton></td>
            </tr>
        </tbody>
    </table>
</div>
<DataGrid>.....</DataGrid>

methods: {
    handleRemove() {
        // get cell row index
    }
}
8  General Category / EasyUI for Vue / datagrid component cell edit mode, how to get the row index on: January 19, 2019, 02:47:07 AM
参考:https://www.jeasyui.com/demo-vue/demo.php?cname=datagrid&pitem=cellediting
9  General Category / EasyUI for Vue / Need tabs component exists methods on: December 06, 2018, 05:33:34 PM
Need tabs component exists methods
10  General Category / EasyUI for Vue / tree component editable how to add fields validate? on: December 05, 2018, 03:22:51 AM
There are no slots to edit in the tree component.
I don't know how to add form validation.
Code:
            <Tree ref="tree"
                :data="tree.data"
                @selectionChange="onTreeSelectionChange"
                @nodeClick="onTreeNodeClick"
                @nodeContextMenu="treeContextMenu"
                @editEnd="onTreeEditEnd"
            >
            </Tree>
11  General Category / EasyUI for Vue / Re: tree component need clickToEdit on: December 04, 2018, 02:00:20 AM
3q.
The tree is editable and ready to use, but I want to add a form validation rule to the tree component. How to add?
12  General Category / EasyUI for Vue / datagrid component how to call doEdit method on: December 02, 2018, 09:30:11 AM
I want to manually control and turn on the specified line editing mode.
我想手动控制,开启指定行编辑模式。
13  General Category / EasyUI for Vue / datagrid component edit mode how to add fields validate on: December 02, 2018, 09:12:51 AM
this is easyui for jquery code.
Code:
columns      : [[
            {
                field:'title',title:'回访计划名称',width:430,halign:'center',
                editor : {
                    type : 'textbox',
                    options : {
                        required : true
                    }
                }
            },
]]
14  General Category / EasyUI for Vue / tree component need clickToEdit on: December 02, 2018, 01:29:20 AM
I want to achieve the same effect as this example.
http://www.jeasyui.com/easyui/demo/tree/editable.html
15  General Category / EasyUI for Vue / how to show tree lines? on: December 01, 2018, 02:10:13 AM
see https://www.jeasyui.com/easyui/demo/tree/lines.html
Pages: [1] 2 3 ... 6
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!