Search Type: Posts; User: Oxii
Search: Search took 0.03 seconds.
-
13 May 2013 11:35 AM
- Replies
- 0
- Views
- 54
I am working on Extjs 4.1. I did implement an autocomplete feature for the text box. I'm now able to search for student's first or last name by entering a term, for example: Mat, and the result in...
-
14 Jan 2013 8:14 AM
Jump to post Thread: print/export the whole grid by Oxii
- Replies
- 1
- Views
- 307
Is there any way to export a whole grid to excel sheet or send it to print, with all pages ? I couldn't find what I need in documentation.
-
24 Dec 2012 9:01 PM
Jump to post Thread: Toolbar doesn't appear correctly by Oxii
- Replies
- 1
- Views
- 271
I have a panel with a bottom toolbar. when I open my page, sometimes this toolbar is being hidden, as like:
40957
and when I refresh it appears ok!!
{
xtype: 'panel', -
17 Dec 2012 7:58 PM
- Replies
- 1
- Views
- 266
I did build a search function with an auto-complete feature. by using: http://dev.sencha.com/deploy/ext-4.1.0-gpl/examples/form/forum-search.html
the thing is it works fine on localhost, but... -
17 Dec 2012 3:22 AM
- Replies
- 13
- Views
- 2,268
Hello again,
this was working great on localhost, but getting error when deployed to the server:
Undefined variable: query
any idea ? -
14 Dec 2012 3:22 AM
- Replies
- 1
- Views
- 701
I am using this technique to accomplish an auto-complete feature for a combo boxhttp://cdn.sencha.com/ext-4.1.1a-gpl/examples/form/forum-search.html , it returns name and type of a car, sometimes the...
-
4 Dec 2012 12:47 AM
Jump to post Thread: multiple filter with OR operator ? by Oxii
- Replies
- 1
- Views
- 398
I need to know how to do a multiple filter with OR operator,
here what I tried:
store.filter([
{property: "first_name",
anyMatch: true,
value: this.getValue()
}, -
3 Dec 2012 12:40 AM
- Replies
- 1
- Views
- 528
To filter one grid column I use:
store.filter({
property: 'first_name',
anyMatch: true,
value : this.getValue()
}); -
28 Nov 2012 2:12 AM
Jump to post Thread: Extjs - Loading Grid when call by Oxii
- Replies
- 1
- Views
- 295
I have form and grid. the user must enter data in form fields then display related records in the grid. I want to implement a search form, e.g: user will type the name and gender of the student, then...
-
15 Nov 2012 1:09 AM
- Replies
- 13
- Views
- 2,268
Thanks a LOT!! It Finally Works !!
-
12 Nov 2012 9:36 AM
- Replies
- 13
- Views
- 2,268
How ? sorry I didn't get what you mean
-
11 Nov 2012 11:40 PM
- Replies
- 13
- Views
- 2,268
Thank you
Now if I type anything in the combo, the list showed up but with results not related to what I typed!
I am not sure where is the problem exactly.
Here is my query:
$sql = "SELECT name... -
12 Oct 2012 2:20 AM
- Replies
- 13
- Views
- 2,268
Then in my case I should set valueField and displayField both to 'name' right ?
Also since I will receive a large amount of data then I have to set queryMode: 'remote' and queryParam : 'name' too.... -
11 Oct 2012 5:21 AM
- Replies
- 13
- Views
- 2,268
OK.. I followed the example. in my case I would like to retrieve the names after entering 4 letters. e.g: alic
It worked except that it returns all the names not just what contains alic ,
also, I... -
9 Oct 2012 12:28 PM
- Replies
- 13
- Views
- 2,268
Thanks a lot
I have one more question
Is there a way to display images with search results ? -
5 Oct 2012 7:16 AM
- Replies
- 13
- Views
- 2,268
Hi
I would like to build a search function which needs an auto-complete feature.
I would try this : http://dev.sencha.com/deploy/ext-4.1.0-gpl/examples/form/forum-search.html
But I am still not... -
2 Oct 2012 9:08 AM
Jump to post Thread: Menu Check Items - How to call ? by Oxii
- Replies
- 2
- Views
- 303
Waht if I don't use form ? just menu like so:
{ xtype: 'button',
id: 'types_btn',
autoWidth: true,
text: 'Types',
menu: {
xtype:... -
2 Oct 2012 7:26 AM
Jump to post Thread: Menu Check Items - How to call ? by Oxii
- Replies
- 2
- Views
- 303
I am using Extjs 4.1 as part of my project. So every Extjs component in view.js , I could call it using Ext.getCmp and use it anywhere in my code.
My problem is with Menu Check Items.. I couldn't... -
2 Oct 2012 7:19 AM
Jump to post Thread: Check Change Listener by Oxii
- Replies
- 2
- Views
- 490
Thank you.
-
1 Oct 2012 8:49 AM
Jump to post Thread: Check Change Listener by Oxii
- Replies
- 2
- Views
- 490
What is the right way to handle menu check items events ?
I have this menu:
{ xtype: 'button',
id: 'types_btn',
autoWidth: true,
text: 'Types',
... -
23 Sep 2012 6:58 AM
Jump to post Thread: How to add plugins ?? by Oxii
- Replies
- 1
- Views
- 479
here is my map initialization :
Ext.define('App.Map', {
extend: 'GeoExt.panel.Map',
alias: 'widget.themap',
initComponent: function () {
var me = this; ... -
23 Sep 2012 6:51 AM
Jump to post Thread: How to add a Plugins ? by Oxii
- Replies
- 1
- Views
- 319
here is my map initialization :
Ext.define('App.Map', {
extend: 'GeoExt.panel.Map',
alias: 'widget.themap',
initComponent: function () {
var me = this; ... -
21 Sep 2012 6:16 AM
Jump to post Thread: Export store to Excel by Oxii
- Replies
- 258
- Views
- 103,955
Yes, pleeeease .. we really need someone to do that
-
8 Sep 2012 8:17 AM
Jump to post Thread: get active item in a card layout by Oxii
- Replies
- 3
- Views
- 870
tanks but this is not working
-
8 Sep 2012 3:38 AM
Jump to post Thread: get active item in a card layout by Oxii
- Replies
- 3
- Views
- 870
Hi
is there a way to get the active item of a card layout panel?
I want to check which panel/card is activated.
Results 1 to 25 of 34
