_fd8.xml 2.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. <!--
  2. Licensed Materials - Property of IBM
  3. IBM Cognos Products: rs
  4. (C) Copyright IBM Corp. 2003, 2014
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. -->
  7. <resources>
  8. <dialog id="_fd8" idsDialogTitle="IDS_TXTRUNC_TITLE" helpId="dlgV2TextTruncation">
  9. <dialogHtml><![CDATA[
  10. <div onkeypress="_fd8._wph( event )">
  11. <!-- Visual attributes -->
  12. <fieldset><legend HAL_ids="IDS_TXTRUNC_AUTOSET"></legend>
  13. <div HAL_dlgItemId="divTruncMode" style="padding:var(--16S)">
  14. <label HAL_dlgItemFor="chkAutoTrunc" class="clsRadioButton">
  15. <input HAL_dlgItemId="chkAutoTrunc" type="radio" HAL_dlgItemName="textTruncation_mode" style="padding-top:10px;" onclick="_fd8._wlk()"/><span HAL_ids="IDS_TXTRUNC_AUTOTRUNC"></span>
  16. </label>
  17. <label HAL_dlgItemFor="chkManual" class="clsRadioButton" style="margin-top:var(--16S)">
  18. <input HAL_dlgItemId="chkManual" type="radio" HAL_dlgItemName="textTruncation_mode" onclick="_fd8._wlk()"/><span HAL_ids="IDS_TXTRUNC_MANUAL"></span>
  19. </label>
  20. <div style="margin-top:var(--8XS); margin-left:var(--32L);">
  21. <label HAL_dlgItemFor="tblMaxChars__txtInput"><span HAL_ids="IDS_TXTRUNC_MAXCHARS"></span></label>
  22. <table HAL_dlgItemId="tblMaxChars" HAL_idsAriaLabel="IDS_TXTRUNC_MAXCHARS" style="width:90px"></table>
  23. </div>
  24. </div>
  25. </fieldset>
  26. <div style="margin-top:var(--16S)">
  27. <label HAL_dlgItemFor="inpTruncText"><span HAL_ids="IDS_TXTRUNC_TRUNCTXT"></span></label>
  28. <input HAL_dlgItemId="inpTruncText" class="clsTextBox clsCCHLTextWidget" type="text" maxlength="20" HAL_isSelectable="true" style="width:120px;"/>
  29. </div>
  30. <div class="clsDlgButtonBar">
  31. <button class="clsDlgButton" onclick="_fd8._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
  32. <button HAL_dlgItemId="btnApply" class="clsDlgButton" onclick="_fd8._6ll()" HAL_ids="IDS_HAL_BTN_APPLY"></button>
  33. <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_fd8._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
  34. </div>
  35. </div>
  36. ]]></dialogHtml>
  37. <externalScripts>
  38. <externalScript src="cchl/_npc.js"/>
  39. </externalScripts>
  40. <styleSheets>
  41. <styleSheet src="cchl/cchl_dialogs.css"/>
  42. </styleSheets>
  43. </dialog>
  44. <promptTextBox id="MaxChars" hideAdornments="false" renderAdornmentsCell="false" restrictInput="true" showThousandSeparator="false" inputClass="clsCCHLNumeric clsTextBox" size="3" restrictInputNegatives="true" restrictInputExponents="true" restrictInputPercent="true" validation="integer" required="true" idsInvalidMsg="IDS_INVALID_POSITIVE_INTEGER"/>
  45. </resources>