API Reference
Namespaces
Classes
Events
Global
Externals

Namespace: cq-volumeprofile-settings-dialog

WebComponents. cq-volumeprofile-settings-dialog

Volume profile drawing settings dialog web component <cq-volumeprofile-settings-dialog>.

Since:
  • 8.4.0

Example

<h4 class="title">Volume Profile Settings</h4>
	<cq-scroll cq-no-maximize>
		<div class="ciq-drawing-dialog-setting">
			<div class="ciq-heading">Price Buckets</div>
			<div class="stx-data">
				<input type="number" min="1" step="1">
			</div>
		</div
	</cq-scroll>
	<div class="ciq-dialog-cntrls">
		<div class="ciq-btn" stxtap="close()">Done</div>
	</div>

Methods


VolumeProfileSettingsDialog#open(params)

Ensures that when the dialog is opened the input field is populated with the correct value. Also installs a listener to report changes to the value so the drawing can get updated.

Parameters:
Name Type Description
params Object

parameters

Properties
Name Type Description
caller HTMLElement

The HTML element that triggered this dialog to open

Since:
  • 8.4.0