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 623 views
0 votes
0 answers 469 views
0 votes
1 answer 2.1k views
0 votes
1 answer 895 views
0 votes
0 answers 752 views
0 votes
0 answers 279 views
0 votes
0 answers 394 views
0 votes
0 answers 430 views
0 votes
0 answers 1.0k views
0 votes
0 answers 608 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
...