cancel
Showing results for 
Search instead for 
Did you mean: 

UCF_ls = new UCF_LS(document.body);

christian_jianelli
Contributor
0 Kudos

Executing a WebDynpro application (WebAS 7.02 SP6 Trial) i get the following javascript errors:

ur_relax is not defined

UCF_ClassLoader is not defined

 
function UCF_ValueComparison(oDomRef,oLS){UCF_Control.apply(this,[oDomRef,oLS]);};UCF_ValueComparison.prototype=new(UCF_ClassLoader.oGetClass("UCF_Control"))(); UCF_ValueComparison.prototype.onlsaccessibility=function(oBrowserEvent){if(this!=oBrowserEvent.oGetSourceControl())return;var oAccessibilityHelper=oBrowserEvent.oAccessibilityHelper;oAccessibilityHelper.setText(UCF_DomUtil.sGetInnerText(this.oDomRef));oAccessibilityHelper.setTooltip(this.sTooltip);if(UCF_System.sAccessibility=="ARIA"){oAccessibilityHelper.setLSRole("VC");}else{oAccessibilityHelper.setControlType("VC");}}; UCF_ValueComparison.prototype.aAttributeNames=["sTooltip"]; UCF_ValueComparison.prototype.aMethodNames=[,"addClientListener","removeClientListener"]; UCF_ValueComparison.prototype.sTooltip='Compares values'; UCF_ValueComparison.prototype.setDefaultValues=function(){this.sTooltip='Compares values';}; 

UCF_LS is not defined


UCF_ls = new UCF_LS(document.body); 

Thanks in advance,

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Don't know about that error, but as you mention it's a trial version: why don't you use a newer release like 7.11 or newer? 7.0 is already 7 years old.