Design the UX Flashcards

1
Q

Sys.require

A

specifies a component be loaded in the current page and have it’s dependencies be auto loaded

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Sys.loadScripts

A

specifies a component to be loaded in parallel and dependencies are not auto-loaded

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

Sys.registerScripts

A

notifies the Script Loader when a component is loaded and does not allow auto dependency loading

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Sys.defineScripts

A

specifies a dependency for a component and does not allow auto dependency loading

How well did you know this?
1
Not at all
2
3
4
5
Perfectly