AjaxAutoComplete in Tables
AjaxAutoComplete in Tables
- Subject: AjaxAutoComplete in Tables
- From: Tobias Janz <email@hidden>
- Date: Thu, 08 May 2014 20:35:52 +0200
Hi all,
i have a table with a loop for the line (tr). Each line displays one entity. I need to edit field of the entity directly in the table. One of this field is an AjaxAutoComplete. I so use this component in some other parts of my application and it works fine. But now in the table i have some problems.
First the choices are not a lot so i used isLocal=true. In the table with these option the div with the choices don't show up when the component gets the focus, outside the table everything is fine.
When i change isLocal=false, the choices are displayed but not filtered.
Any idea?
Tobias
<wo:loop list = "$kunde.kommunikationenOrderedByDefTime" item = "$kommunikationItem">
<tr>
<td><wo:TJAjaxDatePicker class = "form-half" disabled = "$disabled" format = "$session.defaultDateFormat" value = "$kommunikationItem.datum" /></td>
<td><wo:textfield class = "form-half" disabled = "$disabled" value = "$kommunikationItem.ersteller" /></td>
<td><wo:textfield class = "form-small" disabled = "$disabled" value = "$kommunikationItem.kontaktart" /></td>
<td><wo:text style ="min-height: 55px; min-width: 520px;" disabled = "$disabled" value = "$kommunikationItem.gespraechsnotiz" /></td>
<td"><wo:checkbox checked = "$kommunikationItem.wvl" disabled = "$disabled" /></td>
<td><wo:TJAjaxDatePicker class = "form-half" disabled = "$disabled" format = "$session.defaultDateFormat" value = "$kommunikationItem.wvlDatum" /></td>
<td><span>
<wo:AjaxAutoComplete id = "$saveAblehnungsgrundID" disabled = "$disabled" activateOnFocus = "$true" ignoreCase = "$true" value = "$kommunikationItem.ablehnungsgrund"
list = "$ablehnungsgruende" isLocal = "$false" /></span></td>
</tr>
</wo:loop>
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden