Search Type: Posts; User: dimebag

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. To be a bit more clearer: I only want a autocomplete-request if the pressed key is leading to a char in the combobox-field, f.g. ctrl, alt, shift, etc. should not trigger the request.
  2. Hi,

    I am using the Combobox as an autocomplete field and only want the suggestions appear when special keys are pressed. So I am implementing the keyup-listener, ask for the pressed key and if it...
  3. Replies
    3
    Views
    1,172
    There´s no code post because it doesn´t depend on the code. The pure existing of a webpart including the ExtJS4 lib disturbs SP2010.

    Just take any webpart and include ExtJS4, deploy it and hang it...
  4. Problem still exists in ExtJS 4.1 beta2
  5. Replies
    3
    Views
    1,172
    Hi,

    I wrote a webpart for Sharepoint 2010 and as soon as I edit a page and hang in a ExtJS4-using webpart, it brings up wpadder.js errors.

    I know, that this was an error for ExtJS3 and should...
  6. Replies
    3
    Views
    999
    Unfortunatly doesn´t change anything .... tried both (:|
  7. Replies
    3
    Views
    999
    Hi,

    sounds simple, but I don´t get it done: How can I change the font of a combobox. I use it standalone (without a layout manger). I tried it with style, cls, ctCls .... but nothing works for me....
  8. Replies
    6
    Views
    1,501
    I can reproduce it locally by serving the ExtJS-lib via Apache HTTP while using my code within Eclipse
  9. Replies
    6
    Views
    1,501
    In IE it does, but not in FF and Chrome (latest versions).

    Please check: http://codefreun.de/extjs/textfield.jsp
  10. Replies
    6
    Views
    1,501
    Hi,

    I´ve got a problem with textfields, here a small example showing the problem. I always get "me.el is null":


    <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
    ...
  11. I got it, depending on Animals posting: http://www.sencha.com/forum/showthread.php?37614-SOLVED-Add-event-to-an-element-within-an-Ext.XTemplate&p=177888#post177888

    Many thanks! ;)
  12. Yeah, thanks dude for that example and the best-practice-hints. I only got one problem with it: In my real life app I attach on-click events to each element inside "refreshTags". Any last suggestions...
  13. Replies
    4
    Views
    473
    @Mitchell: Could you find my error?
  14. Hi,

    I am not sure if it´s an ExtJS-error or if it´s my fault. I have a complex layout with a little panel showing some terms, showing no title bar. As soon as you grab the split bar and drag it,...
  15. Replies
    4
    Views
    473
    Bump >:)
  16. I checked it with firebug and could not find it, it also showed no effect with the widgets ....
  17. Replies
    4
    Views
    473
    The "Autocomplete"



    var storeAutocomplete = Ext.create ('Ext.data.Store', {
    //autoLoad: true,
    //autoDestroy: true,
    model: 'Autocomplete',
    ...
  18. Replies
    4
    Views
    473
    Hi,

    I have a JSON like this:



    {
    documents:
    {
    overallOccurences: 258,
  19. Thanks, that works, but: I was playing around with custom css classes, and none of the cls-methods (itemCls, componentCls, cls, ...) of the panel are applying the class ... do you have any thoughts...
  20. Any suggestions?
  21. Thanks Mitchell for your reply. It should be a determined width stucked on the right side. Many thanks!
  22. Howdy, it´s easy but my penny doesn´t drop: I have a panel and want to place a text field on the right border, and if the window resizes it should stay on the right border. What would you suggest as...
  23. I think I´ve found it, many thanks! ;)
  24. Cool, that´s what I was looking for.

    The next thing is: If I scroll vertically the tooltip is out of sight, how can I calculate the shown range of pixels or force the tooltip to stay at this...
  25. I like my whammy (digitech) most, or let´s say I did! ;)

    I know about the example, I just thought I could do it without reformatting my Json!

    Many thanks! ;)
Results 1 to 25 of 52
Page 1 of 3 1 2 3