0 votes
1.0k 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 613 views
0 votes
0 answers 462 views
0 votes
1 answer 2.0k views
0 votes
1 answer 882 views
0 votes
0 answers 746 views
0 votes
0 answers 275 views
0 votes
0 answers 378 views
0 votes
0 answers 426 views
0 votes
0 answers 986 views
0 votes
0 answers 602 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
...