In This Section
- Concepts
- Data
- Build
- The Composer
- The Page Index
- Context
- Pages
- Models
- Components
- Best Practices
- Debugging Skuid in the Console
- Logic
- Style
- Deploy
- Extend
- Reference
- API Reference
- skuid.debug
- skuid.runtime
- skuid.$
- skuid.actions
- skuid.ajax
- skuid.builder.core
- skuid.builder.core.coreProps
- skuid.calendar
- skuid.component
- skuid.componentType
- skuid.events
- skuid.formula
- skuid.hotkeys
- skuid.label
- skuid.load
- skuid.model
- skuid.model.Model
- skuid.mustache
- skuid.page
- skuid.sfdc
- skuid.snippet
- skuid.time
- skuid.ui
- skuid.utils
- skuid.version
- Component-Specific APIs
- Skuid Model Metadata Object
- Skuid Model Child Relationship Metadata Object
- Skuid Model Condition Metadata Object
- Skuid Model Field Metadata Object
- Skuid Model Record Type Metadata Object
- Page XML API
- skuid CLI
- Skuid Metadata Object Reference
- Skuid Glossary
- Formula and Function Reference
- Early Access Expectations
- Open Source Software Attributions
- API Reference
- Site Administration
- Tutorials
- Legal terms and conditions
In This Topic
Extend¶
Considering going beyond Skuid’s declarative (drag and drop) features? Interested in extending those features programmatically—using JavaScript coding—to build unique customizations quickly and efficiently?
You’ve come to the right place.
Learn to:
- Augment Skuid’s powerful declarative features with JavaScript or Apex
- Dynamically create models and components using JavaScript
- Leverage CI/CD (continuous integration/continuous delivery) to streamline testing and deployment
- Manage event handing in Salesforce Lightning components
- Develop an automated testing process for Skuid apps and pages