ellipsis-xbl.xml 480 B

12345678910111213
  1. <?xml version="1.0"?>
  2. <bindings
  3. xmlns="http://www.mozilla.org/xbl"
  4. xmlns:xbl="http://www.mozilla.org/xbl"
  5. xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  6. <binding id="ellipsis">
  7. <content>
  8. <xul:window><!-- xul:window tag required for FF2 -->
  9. <xul:description crop="end" xbl:inherits="value=xbl:text"><children/></xul:description>
  10. </xul:window>
  11. </content>
  12. </binding>
  13. </bindings>