Hi.
is it possible to place(specify in CSS) titel of tables after(under) the
table not befor. I mean with markup <table>.
Thanks in advance,
Kind regards,
Jacek Lewandowski
Software development
ifb group AG, Cologne Germany
Hussein Shafie
<hussein at xmlmind.
com> To
Jacek.Lewandowski at ifb-group.com
10.10.2008 18:11 cc
"xmleditor-support at xmlmind.com"
<xmleditor-support at xmlmind.com>
Please respond to Subject
"xmleditor-suppor Re: [XXE] Removing Key bindings!?
t at xmlmind.com"
<xmleditor-suppor
t at xmlmind.com>
Jacek.Lewandowski at ifb-group.com wrote:
>
> I would like to remove some default key bindings e.g. CTRL+A. CTRL+H
itc.,
> becouse it's a bit confusing for our employees. How can I do this?
>
See "Generic bindings"
http://www.xmlmind.com/xmleditor/_distrib/doc/configure/bindings_generic.html
Note that a binding not containing a command has the effect to remove
the keyboard shortcut. Example, if you add what follows in your
customize.xxe file, the Ctrl-A keyboard shortcut (which is normally
bound to the repeat command--*A* like *A*gain) is removed:
<binding>
<keyPressed code="A" modifiers="mod" />
</binding>
See also the "binding" configuration element
http://www.xmlmind.com/xmleditor/_distrib/doc/configure/binding.html