On Tue, 2006-08-15 at 21:35 +0200, dirk ooms wrote:
> Thanks for pointing me to ext_attribute, just what i needed. I noticed that 
> the types string, integer, real and boolean are supported. Are there any 
> other types recently added? I was looking for a 'select' type (a string with 
> options).

Nope, just those so far.  A 'select' type would not be too hard, though
it would require more XML parsing to get the various possibilities:

<ext_attribute name="country" description="Your country" type="select">
  <select_choice value="1" description="Danmark">
  <select_choice value="2" description="Langbortistan">
...
</ext_attribute>

-Lars

_______________________________________________
Dia-list mailing list
[email protected]
http://mail.gnome.org/mailman/listinfo/dia-list
FAQ at http://www.gnome.org/projects/dia/faq.html
Main page at http://www.gnome.org/projects/dia

Reply via email to