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 639 views
0 votes
0 answers 482 views
0 votes
1 answer 2.1k views
0 votes
1 answer 903 views
0 votes
0 answers 764 views
0 votes
0 answers 282 views
0 votes
0 answers 411 views
0 votes
0 answers 438 views
0 votes
0 answers 1.0k views
0 votes
0 answers 615 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
...