Icon View Thread

The following is the text of the current message along with any replies.
Messages 1 to 4 of 4 total
Thread Use JavaScript code directly inside a function body?
Thu, Oct 1 2015 12:46 PMPermanent Link

PA

Is it possible to use JavaScript code directly inside a function body?
Thu, Oct 1 2015 2:27 PMPermanent Link

Raul

Team Elevate Team Elevate

On 10/1/2015 12:46 PM, PA wrote:
> Is it possible to use JavaScript code directly inside a function body?
>

Not directly in EWB (it's pascal and strongly typed).

However you can easily declare an external helper function and put your
code there and then call the function from EWB.

You should not modify DOM though as that can conflict with EWB.

Raul
Thu, Oct 1 2015 6:04 PMPermanent Link

PA

Raul, thanks. I will not modify DOM in EWB application, only the the DOM inside a EWB TBrowser. I think that's harmless?
Thu, Oct 1 2015 6:51 PMPermanent Link

Tim Young [Elevate Software]

Elevate Software, Inc.

Avatar

Email timyoung@elevatesoft.com

PA,

<< Raul, thanks. I will not modify DOM in EWB application, only the the DOM inside a EWB TBrowser. I think that's harmless? >>

Yes, it is harmless to EWB.

Tim Young
Elevate Software
www.elevatesoft.com
Image