forked from mbk-lab/rui_orig
ListView bug fixing
This commit is contained in:
parent
8439b9fd06
commit
b0e83cec00
|
@ -914,6 +914,7 @@ func (listView *listViewData) updateCheckboxItem(index int, checked bool) {
|
||||||
}
|
}
|
||||||
|
|
||||||
func (listView *listViewData) htmlProperties(self View, buffer *strings.Builder) {
|
func (listView *listViewData) htmlProperties(self View, buffer *strings.Builder) {
|
||||||
|
listView.viewData.htmlProperties(self, buffer)
|
||||||
buffer.WriteString(`onfocus="listViewFocusEvent(this, event)" onblur="listViewBlurEvent(this, event)"`)
|
buffer.WriteString(`onfocus="listViewFocusEvent(this, event)" onblur="listViewBlurEvent(this, event)"`)
|
||||||
buffer.WriteString(` onkeydown="listViewKeyDownEvent(this, event)" data-focusitemstyle="`)
|
buffer.WriteString(` onkeydown="listViewKeyDownEvent(this, event)" data-focusitemstyle="`)
|
||||||
buffer.WriteString(listView.currentStyle())
|
buffer.WriteString(listView.currentStyle())
|
||||||
|
|
Loading…
Reference in New Issue