Initialization Sequence Previous Next Main Table of Contents IntroductionOverviewCore Layer - A Javascript FrameworkThe Aria SingletonJavascript ClassesAround ClassesWorking in an Asynchronous WorldHelpersJSON Bean DefinitionsInterceptorsFiltersTemplating Layer - A Template EngineWhat are Templates?Writing TemplatesData Model and Data BindingTemplate ScriptsRefreshWidgets OverviewCSS Templates Template InheritanceViewsMacro LibrariesAdaptive DisplayInteractions with the DOMDOM EventsKeyboard NavigationLocalization and ResourcesWidgetsThe Aria Templates Widgets CollectionAutoCompleteButtonCalendarCheckBoxDateFieldDatePickerDialogDivErrorList FieldsetGaugeIconIconButtonLinkListMultiSelectNumberFieldPasswordFieldRadioButtonSelectSelectBoxSortIndicatorTabTabPanelTemplateTextTextFieldTimeField TooltipWidget BindingsValidatorsPrefill FeatureAutoselect FeatureThe HTML Widgets LibraryElementTextInputCreating A Custom Widgets LibraryModules Layer - The Application GeneratorControllersRequest from a controllerModules FiltersFlow ControllersUsing Sub ControllersLogging and debuggingURL handlingForm SubmissionsInitialization Sequence The following diagram illustrates the sequence in which the different methods of a module are called. Note that the order of $displayReady in this sequence is only guaranteed when subtemplates are used. Previous Next Main Table of Contents