On Wed, Jun 8, 2011 at 8:02 AM, Martijn Dashorst <[email protected]> wrote: > > I'm thinking of ditching the separator as a constructor parameter, and > defaulting to ' ' (space). Is there anyone who uses any other value > for the separator? The attribute modifier will have a setter for the > separator, so that you can do AttrbuteModifier.append("onclick", > "return false;").setSeparator(";"); >
I have needed to use the ";" as you show here when doing JavaScript appending.
