States
Introduction to States in JENTIS
What is the Goal of a State?
How to Write a State
Basic Syntax
function(cb) {
cb(); // Triggers the state immediately
}Advanced Syntax
Explanation of Parameters
Example States
Document Ready
Button Click
URL Change (for Single Page Applications)
Key Points
Last updated
Was this helpful?