EasyUI
Home
Demo
Tutorial
Documentation
Download
Extension
Contact
Forum
EasyUI Forum
September 16, 2025, 02:20:40 PM
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
News
:
Home
Help
Search
Login
Register
EasyUI Forum
>
General Category
>
EasyUI for jQuery
>
Firefox, dialog, iframe, and combo box
Pages: [
1
]
« previous
next »
Print
Author
Topic: Firefox, dialog, iframe, and combo box (Read 8671 times)
joe
Newbie
Posts: 33
Firefox, dialog, iframe, and combo box
«
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
« previous
next »
Jump to:
Please select a destination:
-----------------------------
General Category
-----------------------------
=> News
=> General Discussion
=> EasyUI for jQuery
=> EasyUI for Angular
=> EasyUI for Vue
=> EasyUI for React
=> Bug Report
Loading...