lMiscellaneous
stuff (continued)
–The delimiter
parameter lets you re-define the character used to separate the
elements within a menu item
lNormally
this is a comma, but if you wish to use commas in your menu
item names, that would pose a problem
lYou can use any character as the delimiter, but
then it cannot appear in any menu item names
lA
good one to use is the tilde (~)
lExample
<param name=“delimiter” value=“~”>
–The encoding parameter only applies to the apPopupMenu
and the apXPDropDown. It sets
the encoding character set used by the applet. See the Apycom web site for
details.
–