1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950 |
- <!--
- Licensed Materials - Property of IBM
- IBM Cognos Products: rs
- (C) Copyright IBM Corp. 2003, 2014
- US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
- -->
- <resources>
- <dialog id="_fd8" idsDialogTitle="IDS_TXTRUNC_TITLE" helpId="dlgV2TextTruncation">
- <dialogHtml><![CDATA[
- <div onkeypress="_fd8._wph( event )">
- <!-- Visual attributes -->
- <fieldset><legend HAL_ids="IDS_TXTRUNC_AUTOSET"></legend>
- <div HAL_dlgItemId="divTruncMode" style="padding:var(--16S)">
- <label HAL_dlgItemFor="chkAutoTrunc" class="clsRadioButton">
- <input HAL_dlgItemId="chkAutoTrunc" type="radio" HAL_dlgItemName="textTruncation_mode" style="padding-top:10px;" onclick="_fd8._wlk()"/><span HAL_ids="IDS_TXTRUNC_AUTOTRUNC"></span>
- </label>
- <label HAL_dlgItemFor="chkManual" class="clsRadioButton" style="margin-top:var(--16S)">
- <input HAL_dlgItemId="chkManual" type="radio" HAL_dlgItemName="textTruncation_mode" onclick="_fd8._wlk()"/><span HAL_ids="IDS_TXTRUNC_MANUAL"></span>
- </label>
- <div style="margin-top:var(--8XS); margin-left:var(--32L);">
- <label HAL_dlgItemFor="tblMaxChars__txtInput"><span HAL_ids="IDS_TXTRUNC_MAXCHARS"></span></label>
- <table HAL_dlgItemId="tblMaxChars" HAL_idsAriaLabel="IDS_TXTRUNC_MAXCHARS" style="width:90px"></table>
- </div>
- </div>
- </fieldset>
- <div style="margin-top:var(--16S)">
- <label HAL_dlgItemFor="inpTruncText"><span HAL_ids="IDS_TXTRUNC_TRUNCTXT"></span></label>
- <input HAL_dlgItemId="inpTruncText" class="clsTextBox clsCCHLTextWidget" type="text" maxlength="20" HAL_isSelectable="true" style="width:120px;"/>
- </div>
- <div class="clsDlgButtonBar">
- <button class="clsDlgButton" onclick="_fd8._9jk()" HAL_ids="IDS_HAL_BTN_CANCEL"></button>
- <button HAL_dlgItemId="btnApply" class="clsDlgButton" onclick="_fd8._6ll()" HAL_ids="IDS_HAL_BTN_APPLY"></button>
- <button HAL_dlgItemId="btnOK" class="clsDlgButton" onclick="_fd8._bgn()" HAL_isDefault="true" HAL_ids="IDS_HAL_BTN_OK"></button>
- </div>
- </div>
- ]]></dialogHtml>
- <externalScripts>
- <externalScript src="cchl/_npc.js"/>
- </externalScripts>
- <styleSheets>
- <styleSheet src="cchl/cchl_dialogs.css"/>
- </styleSheets>
- </dialog>
- <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"/>
- </resources>
|