EasyUI Forum
September 16, 2025, 02:20:40 PM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Pages: [1]
  Print  
Author Topic: Firefox, dialog, iframe, and combo box  (Read 8671 times)
joe
Newbie
*
Posts: 33


View Profile Email
« on: March 22, 2013, 04:59:27 PM »

I created a dialog using iframe to open another page as content.  IE and crome work but firefox doesn't render combo boxes correctly:

<select name="DocumentType" id="DocumentType" class="easyui-combobox selectMainWidth2"
                            data-options="
                                valueField:'id',
                                textField:'text',
                                editable:false,
                                url:'../ajaxCompany.aspx?a=getDropDownJSON&aID=getSVDocTypeJSON',
                                required:true, 
                                validType:'notFirst[\'[Select Type]\']',
                                onLoadSuccess:function(){
                                    if($(this).combobox('textbox').val() != ''){
                                        //de-activate combobox validation
                                        $(this).combobox('textbox').removeClass('validatebox-text validatebox-invalid');
                                    }
                            }">
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!