I am having a trouble with font in CFTREE ang CFGRID. I like to change font to CE (Central Europa), because I need to display special character (like 'èæšžð') (slovenian font). Please help me. Thanks
Hi,
Have you tried the attribute font in both tags? See if they have the font face that you want.
e.g.
<cfoutput>
<cftree name="theTree" font=".." fontsize="..">
<cftreeitem value="col1, col2, col3"
query="theQuery" queryasroot="yes"
img="folder, folder, document">
</cftree>
</cfoutput>
<cfgrid ....>
<cfgridcolumn name = ".." header=".." font="..">
</cfgrid>
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.