Skip to main content
Version: 9.2

PhoneButton

The PhoneButton offers the possibility to dial a phone number provided by an input field inside your form by a dial-up application i.e. "Skype" or the mobile device.

<div id="phoneButton1" 
class="pdf-hide"
data-win-control="HFWinJSCtrl.PhoneButton"
data-win-options="{
phoneId:'phone',
buttonHeading: 'Customer',
buttonLabel: 'Skype',
buttonType: 'large'
}"></div>
PropertyTypeHow to useDescription
phoneId*StringphoneId:'phone'Provide the ID of the form control recieving the phone number.
iconStringicon: 'fa-barcode-scan'Sets the icon of the button
buttonHeadingStringbuttonHeading: 'Customer'Define a label for the control element.
buttonLabelStringbuttonLabel: 'Skype'Define the button caption.
buttonType*StringbuttonType: 'large'Define the size of the button ('small', 'medium' or 'large').

* These options are required.