simulate combox control
demonstrate
normal select: - please select your options -option1option2option3option4option5
simulate select: - please select your options -1option11option21option31option41option5
scroll simulate select: - please select your options -2option12option22option32option42option62option72option82option92option102option112option122option132option14
onchange handler fire: - please select your options -3option13option23option33option43option5
Get value
append item
remove item
description
//------------------------------------------------------------- // @ Module: simulate select control, IE only. // @ Debug in: IE 6.0 // @ Script by: blueDestiny, never-online // @ Updated: 2006-3-22 // @ Version: 1.0 apha // @ Email: blueDestiny [at] 126.com // @ Website: http://www.never-online.net // @ Please Hold this item please. // // API // @ class: simulateSelect() // // @ object.style(ctlStyle[,selStyle][,unselStyle]) // ctlStyle: main control combox css class name // selStyle: when mouseover or option focus css class name // unselStyle: options blur's css class name // // @ object.width=(widthPX) // widthPX must be a digit number. // // @ object.height=(heightPX) // heightPX must be a digit number. // // @ object.getValue(ctlSelID) // ctlSelID is the unique select control ID // // -------------- for the next Version ---------- // @ object.readOnly = (blnReadOnly) // blnReadOnly must be a boolean type or a number type. // @ object.addEvent(w, h) // w: fire handler's event. // h: handler function. //-------------------------------------------------------------
Power By blueDestiny, never-online
http://www.never-online.net
以上是小编为您精心准备的的内容,在的博客、问答、公众号、人物、课程等栏目也有的相关内容,欢迎继续使用右上角搜索按钮进行搜索combox selectvalue、easyui combox select、dwz select combox、combox onselect、jquery combox select,以便于您获取更多的相关知识。
时间: 2024-10-05 13:41:01