Search Type: Posts; User: Arikon

Page 1 of 3 1 2 3

Search: Search took 0.02 seconds.

  1. Replies
    10
    Views
    2,620
    Apple's Safari Beta is totally useless for non-english users. It has awful bugs with rendering of cyrillic fonts, for example. 2-days-later update didn't fix none of that issues.
  2. Replies
    10
    Views
    2,620
    Safari 3 is still Alpha. Things may change with final release.
  3. 1. maxLength is already handled the right way (the way it handled by browser is not very good, because you can't, for example, paste long text line to TextField and then cut out some not needed...
  4. Replies
    18
    Views
    5,542
    nhausig, try to disable Firebug and test it again. Say if it helps.
  5. Replies
    1
    Views
    2,554
    I've found a little bug.

    I have such code in Combobox config


    var combo = new Ext.form.ComboBox({
    ...
    emptyText: 'Choose value',
    valueNotFoundText: 'Value is incorrect!'
    });
  6. Replies
    9
    Views
    2,317
    Efficient JavaScript - an article from developers of Opera browser.
    It will be usefull to all JavaScript devs (junior and senior), who have not read it yet.
    ...
  7. Replies
    43
    Views
    7,576
    Happy Birthday, Jack! Best wishes to you and your family!
  8. That is possible only with Flash, JavaApplet or other client side dynamic objects. But not possible with simple JavaScript because of security. You can't assign value field to input type=file with...
  9. Replies
    33
    Views
    45,971
    Enrico, how about custom renderers?
  10. Replies
    8
    Views
    2,055
    sonic64, and quote Loading... string.

    "Loading..."
  11. Replies
    19
    Views
    3,594
    yogurtearl,

    Oh, my fault, sorry...
    I was chechick forms, and found, thar clicking on labels doen's focuses controls.
    And was trying to find, why it it happend, and, found not the right place....
  12. Replies
    19
    Views
    3,594
    Where to write bugs? I have one to report.

    source/widgets/form/Layout.js



    var t = new Ext.Template(
    '<div class="x-form-item">',
    //'<label for="{0}"...
  13. Replies
    6
    Views
    5,381
    May be own component, that would manage tab order feature, is needed?
  14. lws, this is an English forum. Translate your message to english, if you want to get an answer on it.
  15. Replies
    120
    Views
    137,532
    Jack,

    For what date releasing of Beta 2 is scheduled?

    Thank you.
  16. Replies
    6
    Views
    1,420
    bessem, I don't know API of YUI-ext previous to 1.0 version. So, I can't help you.
    Why not to upgrade Ext to 1.0 Beta 1?
  17. Replies
    2
    Views
    1,939
    Try to apply ComboBox to simple input text field, not select.
  18. Replies
    6
    Views
    1,420
    Please give your piece of code. No telepates here =)
  19. Replies
    4
    Views
    1,435
    Try to use NestedLayoutPanel instead of ContentPanel.



    var layout = new Ext.BorderLayout(container, this.config.layoutConfig);
    //...

    var panel = new Ext.NestedLayoutPanel(layout,...
  20. Replies
    14
    Views
    8,589
    I've found it:
    http://extjs.com/forum/showthread.php?p=16714
  21. Replies
    3
    Views
    1,912
    Try

    Ext.get('cpMain').dom.src= 'http://www.yahoo.lcom/;
  22. Try this:

    {"totalCount":0,"data":[]}
  23. Please, don't mix up client side and server side runtime.
    PHP is a server side script language and it doesn't correlise with Ext's BorderLayout at all.
    That's why you can't "pass PHP variables...
  24. Replies
    27
    Views
    4,068
    xmrcivicboix, you must escape all vars before using them in SQL query.
    Use mysql_real_escape_string() like this:
    $query_string = mysql_real_escape_string($query_string);

    If you expect INTEGER...
  25. Replies
    384
    Views
    124,997
    Here is updated Russian translation in UTF-8.
Results 1 to 25 of 75
Page 1 of 3 1 2 3