Search Type: Posts; User: sanjoyroy
Search: Search took 0.06 seconds.
-
6 Jan 2013 3:01 PM
- Replies
- 6
- Views
- 3,037
Thanks to baboen, I am just extending the TextArea class.
Code:
Ext.onReady(function(){
Ext.form.TextAreaMailText = Ext.extend(Ext.form.TextArea, {
insertAtCursor: function(v) {
var... -
7 Mar 2012 4:55 PM
- Replies
- 9
- Views
- 2,882
ABC = 123;
.....................
,
baseParams: {
abc: ABC
}
,proxy: proxy = new Ext.data.HttpProxy({url:'get-grid-data.php'})
.................... -
10 Oct 2010 2:30 PM
- Replies
- 2
- Views
- 768
Simply use:
sliderObject.getValues().toString(); -
23 May 2010 9:41 PM
- Replies
- 3
- Views
- 1,210
I use property of the FormPanel and it works fine for me.
ssFP = new Ext.FormPanel({
id: 'ss_upload_frm',
name: 'ss_upload_frm',
defaults: {width: 230},
... -
13 May 2010 6:23 PM
- Replies
- 2
- Views
- 2,022
jgarcia is right and I am using the same concept with a toggle button like:
{
xtype: 'button',
name: 'password_button',
id: 'password_button',
enableToggle : true,
iconCls: 'lock',
width:... -
10 Feb 2010 9:05 PM
Jump to post Thread: Change inputType onblur by sanjoyroy
- Replies
- 3
- Views
- 1,233
{
fieldLabel: 'Password',
name: 'account_password',
id: 'account_password',
width: 100,
inputType:'text',
value: '".$acc_password."'
},{
xtype: 'button', ... -
5 Feb 2008 3:42 PM
Jump to post Thread: Grid header tooltip fix by sanjoyroy
- Replies
- 10
- Views
- 5,944
Hi Guys,
Thanks for the fixes with the new version of ExtJS.
It works for me!
Here is a snapshot:
http://sanjoy.vaishnavam.net/images/column-header-tooltip.jpg
Here is the code: -
28 Jan 2008 3:40 PM
Jump to post Thread: Grid header tooltip fix by sanjoyroy
- Replies
- 10
- Views
- 5,944
Thanks for sharing this pice of code.
This example works fine for me, but i have already used the 'view' option in Ext.grid.EditorGridPanel for displaying the group by option. How can I use multiple... -
15 Jan 2008 7:46 PM
Jump to post Thread: Ext 2.0 GUI Builder [Update] by sanjoyroy
- Replies
- 183
- Views
- 128,550
Nice Tool. It helps to speedup the development time. Thanks for sharing :)
Results 1 to 9 of 9
