Atozed Forums
Java reference - Printable Version

+- Atozed Forums (https://www.atozed.com/forums)
+-- Forum: Atozed Software Products (https://www.atozed.com/forums/forum-1.html)
+--- Forum: IntraWeb (https://www.atozed.com/forums/forum-3.html)
+---- Forum: English (https://www.atozed.com/forums/forum-16.html)
+----- Forum: IntraWeb General Discussion (https://www.atozed.com/forums/forum-4.html)
+----- Thread: Java reference (/thread-1005.html)



Java reference - tobenschain - 03-23-2019

I am getting: cannot find submit component

for SubmitClickConfirm(''PriorImFil'','''', true, '''');

Where can I find a java reference?


RE: Java reference - kudzu - 03-23-2019

Java reference?

Do you mean JavaScript? And if so, what do you mean by "reference"? Without context its quite ambiguous.


RE: Java reference - tobenschain - 03-23-2019

(03-23-2019, 03:32 PM)kudzu Wrote: Java reference?

Do you mean JavaScript? And if so, what do you mean by "reference"? Without context its quite ambiguous.

I am using JavaScript SubmitClickConfirm to fire TIWImageFile.OnClick instead of TIWButton. I get "cannot find submit component". I can find no documentation on SubmitClickConfirm


RE: Java reference - tobenschain - 03-23-2019

(03-23-2019, 03:41 PM)tobenschain Wrote:
(03-23-2019, 03:32 PM)kudzu Wrote: Java reference?

Do you mean JavaScript? And if so, what do you mean by "reference"? Without context its quite ambiguous.

I am using JavaScript SubmitClickConfirm to fire TIWImageFile.OnClick instead of TIWButton. I get "cannot find submit component". I can find no documentation on SubmitClickConfirm

I am using JavaScript property


RE: Java reference - tobenschain - 03-24-2019

(03-23-2019, 03:32 PM)kudzu Wrote: Java reference?

Do you mean JavaScript? And if so, what do you mean by "reference"? Without context its quite ambiguous.

This problem was solved by using Edge|Developer Tools. Frame name needed to be appended to PriorImFil


RE: Java reference - kudzu - 03-25-2019

Thanks for letting us know that you solved it.