[Logo] Enterprise Client Community
  [Search] Search   [Recent Topics] Recent Topics   [Members]  Member Listing   [Groups] Back to home page 
[Register] Register / 
[Login] Login 
Formattedfield flush  XML
Forum Index -> Development
Author Message
dstrigel

Power User

Joined: 09/12/2010 09:23:42
Messages: 69
Offline

Hello!

If the formattedfield attribute format is set to "string" the filed doesn't flush anymore.
With "int" and "double" it works fine...

Kind regards,
Daniel
CaptainCasa

Power User
[Avatar]

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

Hi,

the valid formats are listed below...

Regards, Björn

Code:
     <attribute name="format" text="Data type that is maintained in the component. Corresponding formatting rules are applied.">
         <attributevalue value="int" text="int"/>
         <attributevalue value="long" text="long"/>
         <attributevalue value="short" text="short"/>
         <attributevalue value="float" text="float"/>
         <attributevalue value="double" text="double"/>
         <attributevalue value="date" text="date"/>
         <attributevalue value="time" text="time"/>
         <attributevalue value="datetime" text="date and time"/>
         <attributevalue value="biginteger" text="biginteger"/>
         <attributevalue value="bigdecimal" text="bigdecimal"/>
         <attributevalue value="password" text="Only for LABEL-usage: output as password"/>
         <attributevalue value="boolean" text="Only for LABEL-usage: output of true/false/null with corresponding zapf-dingbat characters"/>
     </attribute>
 

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