You are viewing a plain text version of this content. The canonical link for it is here.
Posted to phoenix-dev@avalon.apache.org by bu...@apache.org on 2002/05/15 07:20:11 UTC

DO NOT REPLY [Bug 9096] - Addition of name attribute to Block element

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9096>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9096

Addition of name attribute to Block element

donaldp@apache.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED



------- Additional Comments From donaldp@apache.org  2002-05-15 05:20 -------
The current CVS allows you to specify a name underneath <block/> in another 
element such as

<block>
  <name>myName</name>
  <version>1.0</version>
</block>

I decided to go with a nested element rather than an attribute to fit in with 
existing patterns in this sort of thing and to allow future expansion to larger 
numbers of attributes such as 

<display-name>My fancy Display Name</display-name>
<icon>icons/MyBlock.jpg</icon>
<large-icon>icons/MyBlock.jpg</large-icon>
etc

Does this satisfy you needs at this stage?

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>