[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Properties in Autocomplete Component  XML
Forum Index -> Development
Author Message
heyl

Power User

Joined: 10/01/2008 09:41:55
Messages: 267
Location: Ettlingen
Offline

Hello everyone,

in autocomplete component it seems as if style attribute settings do not work:
Code:
 <t:autocomplete id="g_12" autocompletetimer="100" 
 flush="true" font="size:16" popupheight="500" 
 requestfocus="creation" stylevariant="quick_search" 
 value="#{d.simpleSearch.searchString}" 
 valueid="#{d.simpleSearch.searchResultId}" 
 valuesurl="#{d.simpleSearch.ACUrl}" width="100%" withvaluecomment="true" />
 


In the above example the font and popupheight settings do not have any effect...

Best regards
Frauke
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5520
Offline

Hi,

there seems to be a problem with POPUPHEIGHT, the others you mention are working (FONT, POPUPWIDTH).

@POPUPWIDTH: we introduced some weeks ago the MAXROWCOUNT attribute, which is also controlling the height. Maybe this is even the better option, because it follows the style settings (e.g. font).

Regards, Björn

Björn Müller, CaptainCasa GmbH
heyl

Power User

Joined: 10/01/2008 09:41:55
Messages: 267
Location: Ettlingen
Offline

Hi,

the MAXROWCOUNT tip was great!
But it looks like the font settings do not affect the text inside the popup?

Best regards
Frauke
CaptainCasa

Power User
[Avatar]

Joined: 21/11/2007 12:23:06
Messages: 5520
Offline

...the font is now (20130415) correctly transferred, also when using the "with comment" mode...

Thanks + Regards!
Björn

Björn Müller, CaptainCasa GmbH
 
Forum Index -> Development
Go to:   
Powered by JForum 2.1.6 © JForum Team