Search Results

Type: Posts; User: RobertWrayUK

Search took 0.01 seconds.
  1. Geoffrey,

    Firstly, thanks for pushing out a release for us to look at! :-)

    However, I'd like to ask if there's a possibility of you providing a version of the "Examples Explorer" that's built...
  2. Ahh, I forgot another change I made:



    init : function(combo) {
    this.combo = combo;

    combo.store.originalFilter = combo.store.filter;
    combo.store.filter =...
  3. I've got a working solution to using this code, at least with 0.8.2

    1 - Add the javascript for CustomFilterCombo.js that Geoffrey posted to your page, changing the last line so that it starts...
  4. Thanks for the rapid response! :) I hadn't spotted the "noteEl", useful to know!

    My only concern with the showNote/hideNote methods would be discoverability as I (and others I know) use the Ext...
  5. When using an ext tag as per below:



    <ext:TextField runat="server id="MyTextField" Note="My Note">


    Actual Behaviour: Using the javascript show()/hide() functions doesn't show/hide the...
  6. The StyleContainer has solved the issue - thanks! =)
  7. When using 0.7 I identified an issue whereby without having a ScriptContainer at the end of the <head> tag, the position of the "<meta http-equiv="X-UA-Compatible" content="IE=7" />" I was using to...
Results 1 to 7 of 7