16. drop-site

drop-site(key, value, ..., key, value)

Inserts a button in generated content which executes a command (see Chapter 6, Commands written in the Java™ programming language in XMLmind XML Editor - Commands) when a string is dropped on it.

Identical to command-button except that:

XHTML example:

a[href][class="drop-site"]:after {
    content: " " drop-site(icon, icon(drop),
                           command, "setObject", 
                           parameter, "href anyURI - '%{value}'");
    vertical-align: text-top;
}