Search Type: Posts; User: Ibrahimp
Search: Search took 0.02 seconds.
-
26 Sep 2012 10:55 PM
- Replies
- 2
- Views
- 453
I want to validate the empty text on value field in Ext.grid.property.Grid on submit click ?
-
26 Sep 2012 7:01 AM
- Replies
- 2
- Views
- 453
hi,
how do i validate my property values before submitting in Ext.grid.property.Grid? below is my grid and store.
propsGrid = Ext.create('Ext.grid.property.Grid', {
id:... -
5 Sep 2012 12:20 AM
- Replies
- 3
- Views
- 327
Thanks Farish,
but will this work with Ext JS 4.1? -
4 Sep 2012 1:00 AM
- Replies
- 3
- Views
- 327
how do i Clear all selections in Ext.tree.Panel? Ext JS 4.1
Thanks. -
30 Aug 2012 7:01 AM
Jump to post Thread: Auto Population of Current Time by Ibrahimp
- Replies
- 1
- Views
- 182
see if this helps
http://docs.sencha.com/ext-js/4-1/#!/api/Ext.Date-method-parse -
30 Aug 2012 6:54 AM
- Replies
- 6
- Views
- 1,355
problem solved:: returning false in beforedrop can restrict the dropping and drop calling.
viewConfig: {
plugins: {
ptype: 'treeviewdragdrop',
... -
30 Aug 2012 6:48 AM
- Replies
- 1
- Views
- 416
Hi,
How to word-wrap nodes text in Ext.tree.Panel?
Thanks,
Ibrahim -
24 Aug 2012 6:26 AM
- Replies
- 6
- Views
- 1,355
so what is the solution?
I don't mind using any other handler/method. I just want the nodes in the tree to move after the handler funtion returns true.
Thanks,
Ibrahim -
16 Aug 2012 2:58 AM
- Replies
- 6
- Views
- 1,355
scott,
could you please elaborate more. I din understand.
yes, my node is already moved before ajax process.
thanks for reply. -
14 Aug 2012 1:05 AM
- Replies
- 6
- Views
- 1,355
Hi,
I am making an 'Ext.Ajax.request' call inside beforedrop and based on my success result i want to relocate(drop) the nodes in tree. but the nodes gets reordered prior to the call itself. ... -
25 Jul 2012 10:59 PM
- Replies
- 2
- Views
- 495
Hi,
I want to refresh a selected node in Ext.tree.Panel. is it possible?
don't want to refresh(reload) entire tree, but only the selected node dynamically.
Thanks,
Ibrahim -
23 Jul 2012 4:53 AM
- Replies
- 2
- Views
- 793
Thanks:)
-
23 Jul 2012 2:08 AM
- Replies
- 2
- Views
- 793
Hi,
how do i change the selected tree node text? below line doesn't work.
node.setText('abc');
Thanks in advance
regards,
Ibrahim -
18 Jul 2012 2:46 AM
- Replies
- 1
- Views
- 253
issue resolved - by clearing the panel first and then recreating view.:)
CC.Repository.UI.BuildScriptDetails = function (scriptId) {
var scriptTpl = new Ext.XTemplate(
'<table... -
17 Jul 2012 11:20 PM
- Replies
- 1
- Views
- 253
Hi,
I want to refresh my View explicitily. Not able to do so. Below is the the code snippet.
var scriptDetailsGrid;
if (!scriptDetailsGrid) {
scriptDetailsGrid =... -
10 Jul 2012 2:45 AM
- Replies
- 1
- Views
- 453
var tree = Ext.getCmp("menu-tree");
var selectedNode = tree.getSelectionModel().getSelectedNode();
i am getting error on 2nd line.
'Error: Object doesn't support property or method... -
6 Jul 2012 1:34 AM
- Replies
- 3
- Views
- 1,701
Worked!! Thanks!!:)
-
6 Jul 2012 12:59 AM
- Replies
- 3
- Views
- 1,701
Hi,
I'm trying creating a grid with multiple checkbox columns -
var myGridPanel = Ext.create('Ext.grid.Panel', {
title: 'Permissions',
store:... -
5 Jul 2012 11:29 PM
- Replies
- 4
- Views
- 763
resolved it by including-
<script src="extjs-4.1.0/examples/ux/CheckColumn.js" type="text/javascript"></script>
Thanks. -
5 Jul 2012 10:57 PM
- Replies
- 4
- Views
- 763
Thanks for your prompt reply.
but even after loading it doesn't work for me.
Ext.Loader.setConfig({
enabled: true,
paths: {
'Ext.ux': '../extjs-4.1.0/examples/ux'
}
}); -
5 Jul 2012 6:40 AM
- Replies
- 4
- Views
- 763
Hi,
I facing an error when using the 'checkcolumn' inside columns :
var myGridPanel = Ext.create('Ext.grid.Panel', {
title: 'Permissions',
cm: selModel,
store:... -
5 Jul 2012 4:53 AM
- Replies
- 1
- Views
- 713
Hi ,
I'm getting the following error popup while using Ext.grid.CheckboxSelectionModel()
Microsoft JScript runtime error: Object doesn't support this action
following is the line of error - ...
Results 1 to 22 of 22
