Announcement

Do not use the forums to submit bug reports, feature requests or patches, submit a New Ticket instead.

#1 2008-06-06 10:31:17

gelcode
New member
Registered: 2008-06-06
Posts: 1

Modifying Toolbar Structure

I've only just started using Xinha, and I very much like what I see.  I'm evaluating it for a client project, but after extensively analyzing the code, I can't seem to find a pragmatic way to alter the structure of the toolbar.  The project spec requires that I have a specific structure for the button panel so that it can fit into the already implemented interface (not mine, another dev's)

I need to implement the panel directly into a table cell (no nested table or other container).

<td rowspan="2" width="500">
<a class="button buttonDisabled" title="Bold" href="javascript:void(0)"><img src="/media/spcr.png" id="btn-bold"/></a>
<a class="button buttonDisabled" title="Italic" href="javascript:void(0)"><img src="/media/spcr.png" id="btn-ital"/></a>
<a class="button buttonDisabled" title="Underline" href="javascript:void(0)"><img src="/media/spcr.png" id="btn-undl"/></a>
<a class="button buttonDisabled" title="Strikethrough" href="javascript:void(0)"><img src="/media/spcr.png" id="btn-strk"/></a>
<img src="/media/spcr.png" class="spcr"/>
<a class="button buttonDisabled" title="Font" href="javascript:void(0)"><img src="/media/spcr.png" id="btn-font"/></a>
<a class="button buttonDisabled" title="Text Size" href="javascript:void(0)"><img src="/media/spcr.png" id="btn-size"/></a>
<a class="button buttonDisabled" title="Text Color" href="javascript:void(0)"><img src="/media/spcr.png" id="btn-fclr"/></a>
<a class="button buttonDisabled" title="Highlight Color" href="javascript:void(0)"><img src="/media/spcr.png" id="btn-bclr"/></a>
<img src="/media/spcr.png" class="spcr"/>
<a class="button buttonDisabled" title="Superscript" href="javascript:void(0)"><img src="/media/spcr.png"btnset" id="btn-spsc"/></a>
<a class="button buttonDisabled" title="Subscript" href="javascript:void(0)"><img src="/media/spcr.png" id="btn-sbsc"/></a>
<img src="/media/spcr.png" class="spcr"/>
</td>

Has anyone attempted such a modification to Xinha before or can any one give me an idea of how you'd approach it with this codebase?

Thanks

Offline

Board footer

Powered by FluxBB