Textfield with combobox

  • Hi,

    How can will i code this scenario.

    My combobox is on top over the textfield.

    I click the combobox, drop down list displays... Now as the combobox dropdown list is still displayed. I want that when i click the textfield, the combobox dropdown list collapses.

    Help please?

    Thank you

    Bryan

  • Hi,

    here's my code below that i want the combobox drop down list to close when i click on the textfield swf area. but i got an error and the list will not close.

    Am i missing something on the code.
    <plugin name="header" url="header.swf" keep="true" width="100%" height="40" align="topleft" x="0" y="-2" alpha="1" backgroundcolor="0xffffff" bordercolor="0xffffff" selectable="false" onclick="action(combobox.closeList());" />


    WARNING: not local trusted - ExternalInterface disabled!
    ERROR: action not found: combobox.closeList

    appreciate your help.

    Thanks,

  • try

    <plugin name="header" url="header.swf" keep="true" width="100%" height="40" align="topleft" x="0" y="-2" alpha="1" backgroundcolor="0xffffff" bordercolor="0xffffff" selectable="false" onclick="plugin[combobox].closeList();" />

Jetzt mitmachen!

Sie haben noch kein Benutzerkonto auf unserer Seite? Registrieren Sie sich kostenlos und nehmen Sie an unserer Community teil!