codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:// Source File Name:   CADDocAttributeJs.java
codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:public class CADDocAttributeJs
codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:    public CADDocAttributeJs()
codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:    public static String createCADDocAttributeRow(String objName, String objValue, String objContext)
codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:        rowBuffer = rowBuffer.append("cadDocAttributeRow");
codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:        rowBuffer = addCADDocAttributeRowBuffer(rowBuffer, objName);
codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:        rowBuffer = addCADDocAttributeRowBuffer(rowBuffer, objValue);
codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:    private static StringBuffer addCADDocAttributeRowBuffer(StringBuffer cadDocRowInProgress, String variable)
codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:    public static String initCADDocAttributeTableBuffer(String codebase)
codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:        initTableBuffer = initTableBuffer.append("cadDocAttributeServerContent").append(" = ");
codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:    public static String appendCADDocAttributeRow(String cadDocTableInProgress, String cadDocRow)
codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:    public static String finalizeCADDocAttributeTableBuffer(String cadDocTableInProgress)
codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:    public static String createCADDocAttributeTitleRow(String titleName, String titleValue, String titleType)
codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:        rowBuffer = rowBuffer.append("cadDocAttributeTitleRow");
codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:        rowBuffer = addCADDocAttributeRowBuffer(rowBuffer, titleName);
codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:        rowBuffer = addCADDocAttributeRowBuffer(rowBuffer, titleValue);
codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:    public static String initCADDocAttributeTitleTableBuffer()
codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:        initTableBuffer = initTableBuffer.append("cadDocAttributeTitleContent").append(" = ");
codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:    public static final String JS_OBJ_CADDOC_ATTR_ROW = "cadDocAttributeRow";
codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:    public static final String JS_OBJ_CADDOC_TITLE_ROW = "cadDocAttributeTitleRow";
codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:    public static final String JS_OBJ_CADDOC_ATTR_SERVER_TABLE = "cadDocAttributeServerContent";
codebase\com\ptc\windchill\cadx\caddoc\CADDocAttributeJs.jad:    public static final String JS_OBJ_CADDOC_ATTR_TITLE_TABLE = "cadDocAttributeTitleContent";
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad://            CADDocAttributeJs, CADDocInfoJs, CADDocAuxInfoJs, CADDocContentJs
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:        cadDocServerTableBuffer = CADDocAttributeJs.initCADDocAttributeTableBuffer(CODEBASE);
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:        String cadDocTitleTableBuffer = CADDocAttributeJs.initCADDocAttributeTitleTableBuffer();
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:        String cadDocTitleBuffer = CADDocAttributeJs.createCADDocAttributeTitleRow(messagesResource.getString("120"), messagesResource.getString("121"), cadDocResource.getString("168"));
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:        cadDocTitleTableBuffer = CADDocAttributeJs.appendCADDocAttributeRow(cadDocTitleTableBuffer, cadDocTitleBuffer);
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:        cadDocTitleTableBuffer = CADDocAttributeJs.finalizeCADDocAttributeTableBuffer(cadDocTitleTableBuffer);
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:            String cadDocRowBuffer = CADDocAttributeJs.createCADDocAttributeRow(null, null, null);
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:            cadDocServerTableBuffer = CADDocAttributeJs.appendCADDocAttributeRow(cadDocServerTableBuffer, cadDocRowBuffer);
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:            cadDocServerTableBuffer = CADDocAttributeJs.finalizeCADDocAttributeTableBuffer(cadDocServerTableBuffer);
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:                        String cadDocRowBuffer = CADDocAttributeJs.createCADDocAttributeRow(mobjName, mobjValue, mobjContext);
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:                        cadDocServerTableBuffer = CADDocAttributeJs.appendCADDocAttributeRow(cadDocServerTableBuffer, cadDocRowBuffer);
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:                    String cadDocRowBuffer = CADDocAttributeJs.createCADDocAttributeRow(objName, objValue, objContext);
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:                    cadDocServerTableBuffer = CADDocAttributeJs.appendCADDocAttributeRow(cadDocServerTableBuffer, cadDocRowBuffer);
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:                cadDocServerTableBuffer = CADDocAttributeJs.finalizeCADDocAttributeTableBuffer(cadDocServerTableBuffer);
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:                cadDocServerTableBuffer = CADDocAttributeJs.finalizeCADDocAttributeTableBuffer(cadDocServerTableBuffer);
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:                String cadDocRowBuffer = CADDocAttributeJs.createCADDocAttributeRow(objName, objValue, objContext);
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:                cadDocServerTableBuffer = CADDocAttributeJs.appendCADDocAttributeRow(cadDocServerTableBuffer, cadDocRowBuffer);
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:                cadDocServerTableBuffer = CADDocAttributeJs.finalizeCADDocAttributeTableBuffer(cadDocServerTableBuffer);
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:        text = text + "cadDocAttributeTypeLocalizedValues[0] =\"" + EncodingConverter.unicodeToAscii(value) + "\";";
codebase\com\ptc\windchill\cadx\caddoc\CADDocProcessorService.jad:        text = text + "cadDocAttributeTypeLocalizedValues[1] =\"" + EncodingConverter.unicodeToAscii(value) + "\";";
codebase\templates\cadx\caddoc\attrUtils.js:var cadDocAttributeServerContent = new Array();
codebase\templates\cadx\caddoc\attrUtils.js:var cadDocAttributeClientContent = new Array();
codebase\templates\cadx\caddoc\attrUtils.js:var cadDocAttributeMergedContent = new Array();
codebase\templates\cadx\caddoc\attrUtils.js:var cadDocAttributeTypeLocalizedValues = new Array(null);
codebase\templates\cadx\caddoc\attrUtils.js:  for(i=0; i<cadDocAttributeClientContent.length-1; i++)
codebase\templates\cadx\caddoc\attrUtils.js:    if(cadDocAttributeClientContent[i].objName==serverAttributeName) return i;
codebase\templates\cadx\caddoc\attrUtils.js:  var serverCount = cadDocAttributeServerContent.length;
codebase\templates\cadx\caddoc\attrUtils.js:  var clientCount = cadDocAttributeClientContent.length-1;
codebase\templates\cadx\caddoc\attrUtils.js:    if(cadDocAttributeServerContent[i].objName == null) continue;
codebase\templates\cadx\caddoc\attrUtils.js:    var paramName = cadDocAttributeServerContent[i].objName;
codebase\templates\cadx\caddoc\attrUtils.js:    var curMergedSize = cadDocAttributeMergedContent.length;
codebase\templates\cadx\caddoc\attrUtils.js:       if ( cadDocAttributeServerContent[i].objType == cadDocAttributeTypeLocalizedValues[0]) {
codebase\templates\cadx\caddoc\attrUtils.js:		cadDocAttributeMergedContent[curMergedSize] = cadDocAttributeServerContent[i];
codebase\templates\cadx\caddoc\attrUtils.js:		if ( cadDocAttributeClientContent[j].objValue == null ||cadDocAttributeClientContent[j].objValue==""){
codebase\templates\cadx\caddoc\attrUtils.js:		    cadDocAttributeMergedContent[curMergedSize].objValue=cadDocAttributeServerContent[i].objValue;
codebase\templates\cadx\caddoc\attrUtils.js:		    cadDocAttributeMergedContent[curMergedSize].objValue=cadDocAttributeClientContent[j].objValue;
codebase\templates\cadx\caddoc\attrUtils.js:		cadDocAttributeMergedContent[curMergedSize].readWriteFlag=cadDocAttributeClientContent[j].readWriteFlag;
codebase\templates\cadx\caddoc\attrUtils.js:		cadDocAttributeClientContent.splice(j, 1);
codebase\templates\cadx\caddoc\attrUtils.js:	     cadDocAttributeMergedContent[curMergedSize] = cadDocAttributeServerContent[i];
codebase\templates\cadx\caddoc\attrUtils.js:        cadDocAttributeMergedContent[curMergedSize] = cadDocAttributeServerContent[i];
codebase\templates\cadx\caddoc\attrUtils.js:     clientCount = cadDocAttributeClientContent.length-1;
codebase\templates\cadx\caddoc\attrUtils.js:       var len = cadDocAttributeMergedContent.length;
codebase\templates\cadx\caddoc\attrUtils.js:       if( cadDocAttributeClientContent[k].objName != null) {
codebase\templates\cadx\caddoc\attrUtils.js:          var wcName = getWCParamName(cadDocAttributeClientContent[k].objName);
codebase\templates\cadx\caddoc\attrUtils.js:          cadDocAttributeMergedContent[len] = cadDocAttributeClientContent[k];
codebase\templates\cadx\caddoc\attrUtils.js:          cadDocAttributeMergedContent[len].proName=cadDocAttributeClientContent[k].objName;
codebase\templates\cadx\caddoc\attrUtils.js:          // KBOORA - cadDocAttributeMergedContent[len].objName = wcName;
codebase\templates\cadx\caddoc\attrUtils.js:          cadDocAttributeMergedContent[len].objName = wcName;
codebase\templates\cadx\caddoc\attrUtils.js:          cadDocAttributeMergedContent[len].objType = cadDocAttributeTypeLocalizedValues[0]  ;
codebase\templates\cadx\caddoc\attrUtils.js:  for( var jj=0; jj < cadDocAttributeMergedContent.length; jj++ )
codebase\templates\cadx\caddoc\attrUtils.js:     removeFromAttrDefInfoArray( cadDocAttributeMergedContent[jj].objName );
codebase\templates\cadx\caddoc\attrUtils.js:    var topOfArray = cadDocAttributeMergedContent.slice( 0, mergedAttrSize );
codebase\templates\cadx\caddoc\attrUtils.js:    cadDocAttributeMergedContent = topOfArray;
codebase\templates\cadx\caddoc\attrUtils.js:    for( var i=0; i < cadDocAttributeMergedContent.length; i++ )
codebase\templates\cadx\caddoc\attrUtils.js:       cadDocAttributeMergedContent[i].selected=false;
codebase\templates\cadx\caddoc\attrUtils.js:    mergedAttrSize = cadDocAttributeMergedContent.length;
codebase\templates\cadx\caddoc\attrUtils.js:  if( cadDocAttributeMergedContent.length == 1 ) {
codebase\templates\cadx\caddoc\attrUtils.js:    if(cadDocAttributeMergedContent[0].objName==null) {
codebase\templates\cadx\caddoc\attrUtils.js:  if( cadDocAttributeMergedContent.length > 0 ) {
codebase\templates\cadx\caddoc\attrUtils.js:     tableRender += generateTables(renderAttributeTableHeader, null, renderAttributeRow, docAttributesTableId, cadDocAttributeMergedContent);
codebase\templates\cadx\caddoc\attrUtils.js:function cadDocAttributeTitleRow( titleName, titleValue, titleType ) {
codebase\templates\cadx\caddoc\attrUtils.js:  tableHeaderRender += '\t<th width="25%" align="center">'+cadDocAttributeTitleContent.titleName+'</th>' ;  //URL is shown with Name
codebase\templates\cadx\caddoc\attrUtils.js:  tableHeaderRender += '\t<th width="50%" align="center">'+cadDocAttributeTitleContent.titleValue+'</th>' ;
codebase\templates\cadx\caddoc\attrUtils.js:  tableHeaderRender += '\t<th width="20%" align="center">'+cadDocAttributeTitleContent.titleType+'</th>' ;
codebase\templates\cadx\caddoc\CADDocAttributesTable.html:     initializeSection sectionName=CADDocAttributesTableInfo initialState=expand
codebase\templates\cadx\caddoc\CADDocAttributesTable.html:     processSubTemplate action=ExpandCollapseHeader sectionName=CADDocAttributesTableInfo titleResourceClass=com.ptc.windchill.cadx.caddoc.caddocResource titleResourceKey=CADDOC_ATTRIBUTES helpAction=CADDocAttributesTableHelp_WF
codebase\templates\cadx\caddoc\CADDocAttributesTable.html:getBody sectionName=CADDocAttributesTableInfo action=CADDocAttributesTableInformation_WF
codebase\templates\cadx\caddoc\CADDocAttributesTable.html:     getFooter sectionName=CADDocAttributesTableInfo
codebase\templates\cadx\caddoc\CADDocAttributesTable_en_GB.html:     initializeSection sectionName=CADDocAttributesTableInfo initialState=expand
codebase\templates\cadx\caddoc\CADDocAttributesTable_en_GB.html:     processSubTemplate action=ExpandCollapseHeader sectionName=CADDocAttributesTableInfo titleResourceClass=com.ptc.windchill.cadx.caddoc.caddocResource titleResourceKey=CADDOC_ATTRIBUTES helpAction=CADDocAttributesTableHelp_WF
codebase\templates\cadx\caddoc\CADDocAttributesTable_en_GB.html:getBody sectionName=CADDocAttributesTableInfo action=CADDocAttributesTableInformation_WF
codebase\templates\cadx\caddoc\CADDocAttributesTable_en_GB.html:     getFooter sectionName=CADDocAttributesTableInfo
codebase\templates\cadx\caddoc\CADDocAttributesTable_en_US.html:     initializeSection sectionName=CADDocAttributesTableInfo initialState=expand
codebase\templates\cadx\caddoc\CADDocAttributesTable_en_US.html:     processSubTemplate action=ExpandCollapseHeader sectionName=CADDocAttributesTableInfo titleResourceClass=com.ptc.windchill.cadx.caddoc.caddocResource titleResourceKey=CADDOC_ATTRIBUTES helpAction=CADDocAttributesTableHelp_WF
codebase\templates\cadx\caddoc\CADDocAttributesTable_en_US.html:getBody sectionName=CADDocAttributesTableInfo action=CADDocAttributesTableInformation_WF
codebase\templates\cadx\caddoc\CADDocAttributesTable_en_US.html:     getFooter sectionName=CADDocAttributesTableInfo
codebase\templates\cadx\caddoc\CADDocContentFrame.html:		      processSubTemplate action=CADDocAttributesTable_WF
codebase\templates\cadx\caddoc\CADDocContentFrame_en_GB.html:		      processSubTemplate action=CADDocAttributesTable_WF
codebase\templates\cadx\caddoc\CADDocContentFrame_en_US.html:		      processSubTemplate action=CADDocAttributesTable_WF
codebase\templates\cadx\caddoc\caddocDetails.js:function cadDocAttributeTitleRow( name, value, type) { /*alert("cadDocAttributeTitleRow dummy");*/ }
codebase\templates\cadx\caddoc\caddocDetails.js:	function cadDocAttributeRow( objName, objValue, objType, readWriteFlag ) {
codebase\templates\cadx\caddoc\caddocDetails.js:    cadDocAttributeClientContent = new Array ( new cadDocAttributeRow( null,  null,  null ) );
codebase\templates\cadx\caddoc\caddocDetails.js:         cadDocAttributeClientContent = eval(docAttrString);
codebase\templates\cadx\caddoc\caddocDetails.js:      cadDocAttributeClientContent = new Array ( new cadDocAttributeRow( null,  null,  null ) );
codebase\templates\cadx\caddoc\vc\CADDocMasterFrameWNC.html:		      processSubTemplate action=CADDocAttributesTable_WF
codebase\templates\cadx\caddoc\vc\CADDocMasterFrameWNC_en_GB.html:		      processSubTemplate action=CADDocAttributesTable_WF
codebase\templates\cadx\caddoc\vc\CADDocMasterFrameWNC_en_US.html:		      processSubTemplate action=CADDocAttributesTable_WF
codebase\templates\cadx\editattrs\editAttrs.js:  cadDocAttributeMergedContent[index].objName = wcParamName;
codebase\templates\cadx\editattrs\editAttrs.js:  cadDocAttributeMergedContent[index].objType = paramType;
codebase\templates\cadx\editattrs\editAttrs.js:  cadDocAttributeMergedContent[index].objRenderType = getParamType(wcParamName,0);
codebase\templates\cadx\editattrs\editAttrs.js:  cadDocAttributeMergedContent[index].proName = selectedParamName;
codebase\templates\cadx\editattrs\editAttrs.js:  if( (cadDocAttributeMergedContent[index].objRenderType)==(unitType) ) {
codebase\templates\cadx\editattrs\editAttrs.js:  cadDocAttributeMergedContent[index].displayUnits = units;
codebase\templates\cadx\editattrs\editAttrs.js:  var paramInput = getRenderedInput(cadDocAttributeMergedContent[index].objName, cadDocAttributeMergedContent[index].objRenderType, objValueId, objValueId, false, units);
codebase\templates\cadx\editattrs\editAttrs.js:function cadDocAttributeRow( objName, objValue, objType, readWriteFlag ) {
codebase\templates\cadx\editattrs\editAttrs.js:    curSize += cadDocAttributeMergedContent.length;
codebase\templates\cadx\editattrs\editAttrs.js:  cadDocAttributeMergedContent[curSize] = new cadDocAttributeRow(null, null, "");
codebase\templates\cadx\editattrs\editAttrs.js:  tableRender += generateTables(renderAttributeTableHeader, null, renderAttributeRow, docAttributesTableId, cadDocAttributeMergedContent );
codebase\templates\cadx\editattrs\editAttrs.js:    cadDocAttributeClientContent = new Array ( new cadDocAttributeRow( null,  null,  null ) );
codebase\templates\cadx\editattrs\editAttrs.js:         cadDocAttributeClientContent = eval (outstr1);
codebase\templates\cadx\editattrs\editAttrs.js:         cadDocAttributeClientContent = new Array ( new cadDocAttributeRow( null,  null,  null ) );
codebase\templates\cadx\prowt\newDocPropertyPage\newDocPropertyPage.html:		      processSubTemplate action=CADDocAttributesTable_WF
codebase\templates\cadx\prowt\newDocPropertyPage\newDocPropertyPage_en_GB.html:		      processSubTemplate action=CADDocAttributesTable_WF
codebase\templates\cadx\prowt\newDocPropertyPage\newDocPropertyPage_en_US.html:		      processSubTemplate action=CADDocAttributesTable_WF
