Search Type: Posts; User: rex0098
Search: Search took 0.01 seconds.
-
1 Jun 2011 9:49 PM
- Replies
- 5
- Views
- 3,089
hello everyone i was just wondering how to align the text of a textfield to the right so that it would look like this:
26386
this is the code i used:
xtype : 'textfield', // 4... -
1 May 2011 10:50 PM
Jump to post Thread: how to close a panel by rex0098
- Replies
- 3
- Views
- 1,913
i used an fbar to create the button and made it a default in "tableTest" so that every newly created panel may have a button. i also used a for loop to give each panel different ids. my question is...
-
1 May 2011 7:33 PM
Jump to post Thread: how to close a panel by rex0098
- Replies
- 3
- Views
- 1,913
hello everyone i have the following code that i want to use
var tableTest = {
id:'main-panel',
layout:'table',
layoutConfig: {columns:6},
... -
13 Mar 2011 7:02 PM
Jump to post Thread: help in line charts by rex0098
- Replies
- 0
- Views
- 389
hello every one i was just wondering if i could compare two data say sales and revenues for 2009 and 2010 and display it on one linechart only is it possible??if so can i please ask links that i...
-
7 Nov 2010 5:24 PM
Jump to post Thread: how to edit datafield... by rex0098
- Replies
- 1
- Views
- 441
hello everyone,
i am making a column graph that would compare monthly sales and i am using a datefield to enter the what months to be compared...my question is how can i make/edit the datefield so... -
7 Oct 2010 5:37 PM
Jump to post Thread: problem about charts... by rex0098
- Replies
- 1
- Views
- 506
hello and good day to everyone...i would like to ask if is it possible to print a hard copy of a column chart in ext??
if it is possible can you please help me by giving me some examples....thank... -
1 Oct 2010 6:39 PM
Jump to post Thread: help editor grid by rex0098
- Replies
- 11
- Views
- 1,172
i have removed this code "e.record.commit()" and it works now...it writes the data t the database but wha bothers me now is when i select an accountdescription the account code does not change value...
-
1 Oct 2010 5:48 PM
Jump to post Thread: help editor grid by rex0098
- Replies
- 2
- Views
- 634
this is my store
var vouch_store = new Ext.data.JsonStore({
proxy :new Ext.data.HttpProxy({
api: {
read... -
1 Oct 2010 5:11 PM
Jump to post Thread: help editor grid by rex0098
- Replies
- 11
- Views
- 1,172
oh i see..what function must i use to mark my cells dirty??please help me...thanks again...
-
30 Sep 2010 11:51 PM
Jump to post Thread: help editor grid by rex0098
- Replies
- 2
- Views
- 634
hello every one is it possible to make a whole row in an editor grid panel marked as dirty by just editing one cell from the row? if it is possible can anyone give me an example...i'm having a hard...
-
30 Sep 2010 6:54 PM
Jump to post Thread: help editor grid by rex0098
- Replies
- 11
- Views
- 1,172
hello again mr.stoot98 i have not yet got the hang of using the plugin you
referred but its ok i'll figure it out soon..:)
i have a question about the the grid you've helped me with...when i... -
27 Sep 2010 1:54 AM
Jump to post Thread: help editor grid by rex0098
- Replies
- 11
- Views
- 1,172
again thank you for the quick reply..sadly i used the nastiest way to do it..^_^
but that's ok because i'm not working with that many account codes to begin with so that's fine with me and
my... -
26 Sep 2010 9:36 PM
Jump to post Thread: help editor grid by rex0098
- Replies
- 11
- Views
- 1,172
the afteredit event was really helpful thank you...but i can't seem too figure out how to change the account code
this is my afteredit function:
afteredit: function(e)
{
if(e.field ==... -
24 Sep 2010 6:22 PM
Jump to post Thread: help editor grid by rex0098
- Replies
- 11
- Views
- 1,172
thank you for the info i got caught up on the grid that i forgot about the config option of jsonwriter silly me lol.....^_^
but i have another question how can i make 2 column of in a row change... -
23 Sep 2010 11:53 PM
Jump to post Thread: help editor grid by rex0098
- Replies
- 11
- Views
- 1,172
hello every one i have a problem with my code....
I'd like my editor grid to send back all data to my data base in a single row even if i only changed one of it's column...
is that possible??? if... -
26 May 2010 11:18 PM
Jump to post Thread: help editor grid panel by rex0098
- Replies
- 0
- Views
- 462
could any one tell me where my code gone wrong??? i just can't get how to save to my data base the data that i have editted on my editorgrid panel....please help me...here is my code so far...
... -
7 Apr 2010 10:59 PM
Jump to post Thread: help pls.... by rex0098
- Replies
- 1
- Views
- 606
var checkBoxSelMod = new Ext.grid.CheckboxSelectionModel({
checkOnly:true,
listeners:
{
... -
5 Apr 2010 6:18 PM
Jump to post Thread: help in editorgridpanel by rex0098
- Replies
- 0
- Views
- 453
hello to all,
i was just wondering if someone can help me with my problem. i have an editor gridpanel with checkboxes in every row and it works just fine loading my data.what i would like it to do... -
23 Mar 2010 6:33 PM
- Replies
- 0
- Views
- 417
this.form.el is undefined
anonymous() ext-all-debug.js (line 58894)
anonymous() ext-all-debug.js (line 59131)... -
21 Dec 2009 11:01 PM
- Replies
- 1
- Views
- 761
hello every one i have a question to ask, i have form on a tab panel with four textfields and it also have an add field button to add more text fields on my form an it works fine for me.. my problem...
-
21 Dec 2009 5:17 PM
Jump to post Thread: help...failure function.... by rex0098
- Replies
- 3
- Views
- 579
mike,
can you please show me how to fix my code so that when my request failed a message box will say that the number i searched is not on the database and if my request is completed with... -
21 Dec 2009 1:21 AM
Jump to post Thread: help...failure function.... by rex0098
- Replies
- 3
- Views
- 579
hello every one..here i have a getdata.php file that gets data from the database:
<?php
include "conn.php";
$emp_search = $_POST['mysearch'];
$employee_info =... -
21 Dec 2009 1:05 AM
Jump to post Thread: help...failure function.... by rex0098
- Replies
- 3
- Views
- 579
hello every one..here i have a getdata.php file that gets data from the database:
<?php
include "conn.php";
$emp_search = $_POST['mysearch'];
$employee_info =... -
20 Dec 2009 7:37 PM
Jump to post Thread: help..how to create search field by rex0098
- Replies
- 4
- Views
- 1,002
condor,
i experimented a little an its working now..thanks much.... -
20 Dec 2009 5:39 PM
Jump to post Thread: help..how to create search field by rex0098
- Replies
- 4
- Views
- 1,002
condor,
here is what i did but i don't really know how it works...what does "mySearchParam" stands for?? and when i run the code an error that says my Search_PT is not defined appears...
var...
Results 1 to 25 of 45
