View Single Post
  #5  
Unread 08-26-2008, 03:15 AM
EQAditu's Avatar
EQAditu EQAditu is offline
A Griffon
Interface Author - Click to view interfaces
 
Join Date: Mar 2005
Server: Permafrost
Posts: 256
Default

It explains all of the flags in the UI customization document.

I don't think I could paste it in here and look right, but a filter of 0002 will only apply the text portion of the data. And unless I'm adding up the flags wrong, 1BFF will apply all the data but color.

So just use something like...
Code:
DynamicDataFilter="0002"
...someplace in your element.
Reply With Quote