Search Type: Posts; User: Oxii

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. 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...
  2. 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.
  3. 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',
  4. 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...
  5. Hello again,

    this was working great on localhost, but getting error when deployed to the server:

    Undefined variable: query

    any idea ?
  6. 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...
  7. 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()
    },
  8. To filter one grid column I use:


    store.filter({
    property: 'first_name',
    anyMatch: true,
    value : this.getValue()
    });
  9. 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...
  10. Thanks a LOT!! It Finally Works !!
  11. How ? sorry I didn't get what you mean
  12. 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...
  13. 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....
  14. 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...
  15. Thanks a lot
    I have one more question
    Is there a way to display images with search results ?
  16. 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...
  17. 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:...
  18. 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...
  19. Replies
    2
    Views
    490
    Thank you.
  20. 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',
    ...
  21. 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; ...
  22. 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; ...
  23. Replies
    258
    Views
    103,955
    Yes, pleeeease .. we really need someone to do that
  24. Replies
    3
    Views
    870
    tanks but this is not working
  25. 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
Page 1 of 2 1 2