Menu

#112 ComboBox and Window Component

open
nobody
None
8
2007-12-14
2007-12-14
Alexander
No

Problem with component ComboBox when it is placed on Window Component. It is impossible to receive the current element of the list through

$this->ComboBox1->ItemIndex,

through

getElementById("ComboBox1").value

Not current value, and the value, set to default is always displayed.

Discussion

  • Alexander

    Alexander - 2007-12-14
    • priority: 5 --> 8
     
  • Peter

    Peter - 2008-08-12

    Logged In: YES
    user_id=2178649
    Originator: NO

    You can try good old $_REQUEST['ComboBox1'];

     

Log in to post a comment.