cancel
Showing results for 
Search instead for 
Did you mean: 

Dynamic Context

Former Member
0 Kudos

Hi,

How should I reset Context dynamically made.

I made two View.

Data is operated in one View, and it displays

it with Context and UIElement that dynamically

makes data in the second View.

It is possible to come and go in two View.

How to reset Context dynamically made is not understood

though the method of resetting UIElement was understood.

<UIElement dynamically made is reset. >

-


view.resetView();

-


<Context dynamically made is reset.>

-


?????????????????????

-


Please teach the code in which Context is reset.

Regards.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

wdContext.getContext().reset(true);

Regards

Saravanan K

Former Member
0 Kudos

Hi,

The problem was able to be solved.

Thank you.

Regards.

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi

wdContext.getContext().reset(false); will remove node / attributes

node.invlidate() removes only elements from node

Kind Regards,

S.Saravanan.