Search Type: Posts; User: Srinivas B
Search: Search took 0.02 seconds.
-
6 Dec 2007 3:51 AM
- Replies
- 0
- Views
- 774
Hello All,
I am using the Ext 1.1 in my application.I am having a problem for Grid with safari browser.If i drag the scrollbars of the grid to the end and trying to resize the grid the... -
9 Oct 2007 1:45 AM
Jump to post Thread: text field and key Listener by Srinivas B
- Replies
- 2
- Views
- 3,129
Just use keypress event instead.
-
15 Aug 2007 11:21 PM
- Replies
- 2
- Views
- 956
Hi djliquidice , Thanks for the reply.. I tried one usual probable case .ie creating the BorderLayout with Ext=top.Ext. Below is the inner.html code that i tried.
inner.html
<html>
<head>... -
15 Aug 2007 7:49 AM
- Replies
- 2
- Views
- 956
Hi All,
In my application i am having some 10 html files which are the iframes of the main html file.In all those iframed html files i am having a requirement with... -
26 Jul 2007 1:43 AM
- Replies
- 2
- Views
- 944
hello event.. thanks for reply.. some how i got the idea to add the Ext.BorderLayout in Tabbed Panel. the following code i have..
<script language='javascript'>
var ViewerExample = function(){
... -
25 Jul 2007 3:59 AM
- Replies
- 2
- Views
- 944
Hi All,
I am trying to render the Ext.BorderLayout with the Tab of the Ext.TabPanel..This is not rendering properly.
The code i am using is as below
var TabExample = function(){
... -
22 Jul 2007 4:48 AM
- Replies
- 5
- Views
- 1,485
Thanks evant,
I AM A STUPID DEVELOPER...
Thanks once again,
Srinivas -
22 Jul 2007 2:27 AM
- Replies
- 5
- Views
- 1,485
hi all again..
In the previus post i used img tag .. it works fine.. same thing i tried with <input type="checkbox" />. This works fine with Firefox but not showing the checkbox in IE.
i am... -
16 Jul 2007 9:09 PM
- Replies
- 11
- Views
- 5,834
Thanks Jack,
This solution looks more light weight than making the javascript call and it also working perfectly fine.
Thanks once again,
srinivas -
16 Jul 2007 3:41 AM
- Replies
- 11
- Views
- 5,834
Thanks VinylFox .. It works perfectly fine.
Thanks once again,
Srinvias. -
14 Jul 2007 8:10 AM
- Replies
- 11
- Views
- 5,834
Hi All,
While edit happening in the Ext.grid.EditorGrid's cell .. one red mark is appearing at top left corner of the cell.I dont want to show the red mark on Edit.. How can i achieve this.
i... -
13 Jul 2007 5:36 AM
- Replies
- 5
- Views
- 1,485
Thanks MaximGB for the reply... It works fine...
I used the following code to achieve this.
var colModel = new Ext.grid.ColumnModel([
{id:'commentcount',header: '<img... -
13 Jul 2007 5:30 AM
Jump to post Thread: Problem with JsonView. by Srinivas B
- Replies
- 0
- Views
- 571
Hi all ,
when i am loading the jsonview using load function we need to pass the url as a argument to the load function.
But the issue is i am having the data with me ... there is no need... -
12 Jul 2007 4:33 AM
- Replies
- 1
- Views
- 764
Hi I found the solution for this . to make this work we need to override the TreeNodeUI 's render function the code is below.. for this i just copied what ever is there in ext-all.js file
... -
12 Jul 2007 4:26 AM
- Replies
- 5
- Views
- 1,485
hi all,
I am using the grid and i am rendering one of the grid's column with Icons.
The code is like below,
function renderImage( val ){
if( eval( val... -
8 Jul 2007 10:33 PM
- Replies
- 1
- Views
- 764
Hi all,
I have a TreePanel having Inbox,Sent Items and Deleted Items folders ( TreeNodes ). I want to make a link as "Empty" besides the Deleted Items Folder.This link always coinsides... -
5 Jul 2007 9:47 PM
- Replies
- 3
- Views
- 844
Hi , In the above reply .. i used node.appendChild(child) to get the hold on move event.. This is not really helped me for my requiremnt. My requiremnt is when ever user drag and dropped the node...
-
5 Jul 2007 9:40 PM
- Replies
- 2
- Views
- 1,013
Hi Para ,
Thanks for reply.I got the solution from tree.expandPath function ,
In the select node function he used this.root.select(). If the path contains only root node.If the path... -
5 Jul 2007 5:40 AM
- Replies
- 2
- Views
- 1,013
Hi All,
I am having the path of the TreeNode.. I need to get the TreeNode object from the tree by using this path.. How can i get this.. I dont see any method to do this ..
I just saw... -
3 Jul 2007 5:31 AM
- Replies
- 3
- Views
- 844
Hi para,
thanks for the reply .. I got the simple idea from ur post . I did a small mistake in my code...
i just commented the below code
and used target.appendChild( n );
... -
3 Jul 2007 4:19 AM
- Replies
- 3
- Views
- 844
Hi All ,
I am using the Ext.TreePanel having the Inbox and Deleted Items folder, i am having one requirement saying when we delete the items from inbox the same item needs to be moved in... -
29 Jun 2007 5:47 AM
- Replies
- 3
- Views
- 1,501
Thanks tryanDLS ,
I tried that ... Its working fine.... Thanks once again.:)
Srinivas -
28 Jun 2007 1:27 AM
- Replies
- 6
- Views
- 1,257
I got one solution ..
var westRegion = layout.getRegion('west');
var titleDiv = Ext.DomHelper.overwrite(westRegion.titleEl, {tag:'div' }, true);
titleDiv.appendChild( Ext.get(... -
25 Jun 2007 3:28 AM
- Replies
- 2
- Views
- 865
Hi All ,
i am getting the same problem when i am newly load the page.....
How can i show the contents of the page after all the widgets are completely loaded ??:-/
Anybody's... -
25 Jun 2007 3:12 AM
- Replies
- 3
- Views
- 1,501
All the divs are in the body section only..... i didn't mentioned it in the sample code.....
Thanks
Srinivas.
Results 1 to 25 of 52
