Search Type: Posts; User: jack

Search: Search took 0.02 seconds.

  1. Replies
    10
    Views
    11,639
    Hello there,
    First of all, i would like to thank you for the theme, you did a really good job!

    I took a screenshot of how it looked when i applied it to my system, take a look:
    ...
  2. That helped me!
    Thanks a lot.
  3. I tried with the whole html code, and with no html and body tabs.. none worked.
    But its ok, i found a better way. :)

    Thanks in advance.
  4. Sorry for ressurrecting this topic, but i'm having the same issue..

    At this link: http://www.ufu.br/ramais/help.html i'm using a panel to show a help content.
    But the point is:
    All the content...
  5. Replies
    35
    Views
    39,390
    I'm trying to use the row expander on my code but its not working..
    Edit: Nevermind, solved the problem and its working now..

    http://www.ufu.br/ramais/

    I'm getting data remotely from a...
  6. Replies
    917
    Views
    567,035
    Yeah, but thats typo3 and extjs1.0...
    I'm trying to use that as an example, but i'm not having any kind of success..
    An extjs2.0 example would probably solv my problem.. :)
  7. Replies
    917
    Views
    567,035
    I just finished my grid with all the search options and stuff..
    http://www.ufu.br/ramais/

    Now i need to do the following:

    I need to change the color of some particular rows (because they will...
  8. Replies
    917
    Views
    567,035
    Yeah, we got it solved.
    This is the new code:



    <?php

    require_once 'db.inc.php';
    $ramais = DB_DataObject::factory('ramal');
    $campus = DB_DataObject::factory('campus');
  9. Replies
    917
    Views
    567,035
    Hello there.

    I've started this thread: http://extjs.com/forum/showthread.php?t=19010 and solved almost all my issues there.

    But there is one last thing that is being hard to find out.

    The...
  10. Replies
    10
    Views
    3,131
    Alright.
  11. Replies
    10
    Views
    3,131
    Something like this?



    <?php

    require_once 'db.inc.php';
    $ramais = DB_DataObject::factory('ramal');

    $start = $_GET['start'];
  12. Replies
    10
    Views
    3,131
    I see.. thats a good solution and thanks for that..
    I've changed the code, so now the only available search is the nome_ramal string search.
    Thats easier to do server side, and in this case, it's...
  13. Replies
    10
    Views
    3,131
    @Animal
    Okey, i have followed the steps and used the user extention filter for 2.0.

    But i will need your help again hehehe..
    It kinda worked, i mean, i can now see the filters to be used in the...
  14. Replies
    10
    Views
    3,131
    Okey, i will be checking that!
    Thanks in advance.
  15. Replies
    10
    Views
    3,131
    Hello everyone,

    I'm new here, and also not a really good programmer.
    But right now i need to do a grid which contains some pabx numbers..

    I'm using ExtJs 2.0 RC1 and i could create the grid...
Results 1 to 15 of 15