Skip to content

Instantly share code, notes, and snippets.

@Mark-H
Last active December 11, 2015 08:39
Show Gist options
  • Star 3 You must be signed in to star a gist
  • Fork 2 You must be signed in to fork a gist
  • Save Mark-H/503e4107bf9d75fbd54b to your computer and use it in GitHub Desktop.
Save Mark-H/503e4107bf9d75fbd54b to your computer and use it in GitHub Desktop.
ExtJS button.
<table id="modx-abtn-save" cellspacing="0" class="x-btn x-btn-text bmenu x-btn-noicon" style="width: auto;">
<tbody class="x-btn-small x-btn-icon-small-left">
<tr>
<td class="x-btn-tl"><i>&nbsp;</i></td>
<td class="x-btn-tc"></td>
<td class="x-btn-tr"><i>&nbsp;</i></td>
</tr>
<tr>
<td class="x-btn-ml"><i>&nbsp;</i></td>
<td class="x-btn-mc"><em class="" unselectable="on">
<button type="button" id="ext-gen389" style="" class=" x-btn-text">Save</button>
</em></td>
<td class="x-btn-mr"><i>&nbsp;</i></td>
</tr>
<tr>
<td class="x-btn-bl"><i>&nbsp;</i></td>
<td class="x-btn-bc"></td>
<td class="x-btn-br"><i>&nbsp;</i></td>
</tr>
</tbody>
</table>
@leoetlino
Copy link

It's not a good markup either...

@techguydave
Copy link

Ouch! Why?

@juanmendes
Copy link

Because they supported IE 6 up until Ext-JS 4 See http://www.sencha.com/forum/showthread.php?205093-Ext-Js-4.1-browser-support

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment