Jump to content

Missing JSNAME


mikromundo

Recommended Posts

Hi,

I have 2 frames and I take the JSNAME property to apply a date mask. I use the same code in both.
But in the second frame, in DEBUG, JSNAME is blank and I can't apply the mask.

What is the reason why a component's JSNAME is blank?

code:
UniSession.JSCode ('$ ("#' + edDtIni.JSName + '_id-inputEl"). Inputmask ("99/99/9999");');

Note: I was unable to generate a TEST CASE.

Link to comment
Share on other sites

I was unable to create an example. This occurred in a project with inheritance resources.

It was something very strange ... because I have 2 forms and one works normal and the other JSNAME is not shown.

My question is this: WHAT MAY CAUSE A component's JSNAME property to NOT DISPLAY?

Link to comment
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...