0 votes
1.1k views
in Coach Views by (16.3k points)

1 Answer

0 votes
by (16.3k points)
Deferred container has a option to lazy load automatically after a certain defined delay or it can be set to not lazy load automatically. In the latter case e.g. on selection of a tab or a check box you can lazy load the container as follows

var defsec = page.ui.get("/Template/SomeDefferedSection");

if (!defsec.isLoaded()){
defsec.lazyLoad();
}

Related questions

+1 vote
0 answers 651 views
0 votes
0 answers 487 views
0 votes
1 answer 2.1k views
0 votes
1 answer 917 views
0 votes
0 answers 774 views
0 votes
0 answers 288 views
0 votes
0 answers 417 views
0 votes
0 answers 442 views
0 votes
0 answers 1.0k views
0 votes
0 answers 622 views

635 questions

495 answers

98 comments

3.8k users

Join BPM Community Discord Channel

Welcome to BPM Tips Q&A, Community wiki/forum where you can ask questions and receive answers from other IBM BPM experts and members of the community. Users with 2000 points will automatically be promoted to expert level.
Created by Dosvak LLC
Our Youtube Channel
...