Page 1 of 1

Using eValid to look for a DOM element on an AJAX app

PostPosted: Thu Sep 06, 2018 1:33 pm
by HLAnders
Good Afternoon.

What kind of data structure is retrievable by eValid from a DOM element?

This is important due to the app we have is an AJAX one.

Thanks

Re: Using eValid to look for a DOM element on an AJAX app

PostPosted: Fri Sep 07, 2018 9:10 am
by eValid
HLAnders wrote:Good Afternoon.

What kind of data structure is retrievable by eValid from a DOM element?

This is important due to the app we have is an AJAX one.

Thanks


Great question to post HLAnders.

We assume that you mean the commands that eValid has to read DOM content:

http://e-valid.com/Products/Documentati ... ation.html

The simple answer is "strings".

The DOM element is always structured as a set of named strings and what eValid's ValueGetElement command does is extract the string stored there and put it into the internal "ElementValue" string.

You can output that string in a variety of ways, as described in the manual page above.


-- eValid Support