Search Type: Posts; User: ridasfa1
Search: Search took 0.04 seconds.
-
6 Dec 2012 1:47 AM
- Replies
- 1
- Views
- 166
Hi,
can we use sub packages in the model package to place classes
thank you -
25 Jul 2012 2:52 AM
- Replies
- 9
- Views
- 1,260
Hi
I am trying to use Sencha touch 2 with phonegap,
i followed the file structure as described in phonegap site,
i had an error:
Error: [Ext.Loader] Failed loading... -
23 Jul 2012 4:24 AM
- Replies
- 35
- Views
- 43,368
Hello,
is the application structure created by this phone gap plugin applies for sencha touch 2 structure
or sencha 1?
Thank you -
25 Jun 2012 2:19 AM
- Replies
- 2
- Views
- 1,318
i solved like this:
first modified my url to look like: url: '/eric-test/main/receipt/item
that is i removed the server location {ipAddress : portNumber} where the '/' in the begining refers
that... -
25 Jun 2012 12:41 AM
- Replies
- 2
- Views
- 1,318
Hi
I am using Ext.Ajax.request({...}) method,
in its url config property i specified url like:
url: 'http://localhost:7878/eric-test/main/receipt/items', and it works fine
but when i replace... -
25 Jun 2012 12:23 AM
- Replies
- 1
- Views
- 351
Hi,
the normal way is refered to as 'inline' .
The difference is that when you define a model as a class Ext.define('myApp.test.MyModel'),
then you define configs property of that model inside... -
22 Mar 2012 12:52 AM
- Replies
- 14
- Views
- 2,330
THE COMMAND SHOULD BE RUN FROM DIRECTORY OF THE SDK AND NOT
FROM THE DIRECTORY OF THE SDK TOOLS -
22 Feb 2011 1:01 AM
Jump to post Thread: bug in composite field by ridasfa1
- Replies
- 1
- Views
- 892
Hello i used composite field. It is composed of combobox and a number field
as i specifed the config property 'allowBlank' of the numberfield to false then
as the numberfield loses focus,... -
16 Mar 2010 7:30 AM
Jump to post Thread: iterate each field in a row by ridasfa1
- Replies
- 4
- Views
- 7,851
Hello,
can we use <code>break<code> to get out of the each function loop of the Store class -
18 Feb 2010 12:20 PM
- Replies
- 8
- Views
- 2,325
Hello,
thanks p3p3, yes only the array should be passed from the server so it worked like this:
[{"width":160,"header":"Domain Id","dataIndex":"id"},
... -
18 Feb 2010 2:43 AM
- Replies
- 8
- Views
- 2,325
Hello,
in one of the forum discussions, the Support member Animal had stated the idea of building
the column model of extjs grid at run time.
I applied this idea where i build the column model... -
4 Feb 2010 6:43 AM
Jump to post Thread: event on loading data by ridasfa1
- Replies
- 5
- Views
- 855
Thanks Mike...
i have used the checkcolumn plugin found in the examples as an alternative to my work
but i will try the 'delay' option . -
4 Feb 2010 6:35 AM
Jump to post Thread: Grid Filter by ridasfa1
- Replies
- 0
- Views
- 503
Hello,
does any one tried an example on the grid filtering found in the examples of extjs folder 3.1.
i have try it but its not working
it's giving this error in the firebug:
... -
4 Feb 2010 6:21 AM
Jump to post Thread: Grid Filter plugin not working by ridasfa1
- Replies
- 1
- Views
- 744
Hello every body,
I am using the filter gird found in the examples folder in the extjs 3.1 folder
I attached the error that showed up in the firebug. does it tell that i have missed something
my... -
1 Feb 2010 3:26 AM
Jump to post Thread: event on loading data by ridasfa1
- Replies
- 5
- Views
- 855
Hello,
sorry but i didn't get ur point, you told me to use the delay option, ? -
1 Feb 2010 2:25 AM
Jump to post Thread: event on loading data by ridasfa1
- Replies
- 5
- Views
- 855
Hello, I have a grid with checkbox selection model. on 'load' event of the data store of my
gird, I am checking a boolean property of each record, if it has a true value, I am selecting
the... -
22 Jan 2010 12:23 PM
- Replies
- 2
- Views
- 541
Hello carol.ext, do u mean the code isnt formated, well bec. i as late at work and i wrote
my message on notepad and i copied my code from eclipse to notepad,
ds.on('load', function(store,... -
22 Jan 2010 7:42 AM
- Replies
- 2
- Views
- 541
Hello
i needed records that has cerain values to be selected on the load event of the
data store of the grid. I am using CheckboxSelectionModel. so i defined the event
as follows:
...
Results 1 to 18 of 18
