View Single Post
  #4  
Old 05-24-2005, 02:43 PM
LuffmanA LuffmanA is online now
Registered User
 
Join Date: 05-12-2005
Posts: 19
Lightbulb workaround for attribute order

Two of the attributes that I wanted to have in order were...

status (before)
status (after)

or, more correctly... "status[space](before)"

Since attributes are alphabetized by default I ended up with 'after' first in my list.

In order to make '(before)' appear before '(after)' I have added another space....

"status[space][space](before)"
"status[space](after)"

So now it looks like...

status (before)
status (after)

Not the perfect solution but it will have to do until something better is available. At least I have them in the order I need them in now.

Amei
Reply With Quote