mirror of https://github.com/apache/cloudstack.git
For UI plugin development, allow moving though VM wizard steps via
custom event hook, cloudStack.instanceWizard.showStep (attached to
wizard DOM object), passing the specified target step index
Example:
$wizard.trigger('cloudStack.instanceWizard.showStep', {
index: 2 // Show step 2 of wizard
refresh: true // (Optional) Force refresh of step if data loaded
});
|
||
|---|---|---|
| .. | ||
| accountsWizard.js | ||
| affinity.js | ||
| autoscaler.js | ||
| dashboard.js | ||
| enableStaticNAT.js | ||
| granularSettings.js | ||
| healthCheck.js | ||
| installWizard.js | ||
| instanceWizard.js | ||
| ipRules.js | ||
| login.js | ||
| physicalResources.js | ||
| pluginListing.js | ||
| projectSelect.js | ||
| projects.js | ||
| recurringSnapshots.js | ||
| regions.js | ||
| securityRules.js | ||
| uploadVolume.js | ||
| vpc.js | ||
| zoneChart.js | ||
| zoneFilter.js | ||
| zoneWizard.js | ||