Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Initializes the current Component object.
aComponent.initialize();
Remarks
The initialize method sets the isInitialized property of the current Component object to true. This function is called by the create method ($create) and overridden in derived classes to initialize the component.
See Also
Tasks
Creating Custom Non-Visual Client Components
Concepts
Creating a Client Component Class Using the Prototype Model