bux_ellipsis-xbl.xml 909 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="UTF-8"?>
  2. <!--
  3. +========================================================================+
  4. *| Licensed Materials - Property of IBM
  5. *|
  6. *| IBM Cognos Products: BUX
  7. *|
  8. *| (C) Copyright IBM Corp. 2009, 2011
  9. |
  10. | US Government Users Restricted Rights - Use, duplication or
  11. | disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  12. |
  13. +========================================================================+
  14. -->
  15. <bindings xmlns="http://www.mozilla.org/xbl" xmlns:xbl="http://www.mozilla.org/xbl" xmlns:xul="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
  16. <binding id="text_overflow_ellipsis">
  17. <content>
  18. <xul:window>
  19. <xul:description crop="end" xbl:inherits="value=xbl:text">
  20. <children/>
  21. </xul:description>
  22. </xul:window>
  23. </content>
  24. </binding>
  25. </bindings>