Skip to content

eWizard.js framework v4.16.2

Structure plugin for e-Detailers

The structure plugin is designed to provide you with methods to access the e-Detailer structure from its slides/components.

Keyboard navigation

This version introduces navigation between slides, chapters, and subslides using the arrow keyboard keys. This feature is automatically activated in accordance with the configurations made in the settings.json file.

Custom KPI tracking method

A new setCustomKPI monitoring method allows for adding your custom values to the current monitoring script. This method is available through ewizardjs.monitoring.setCustomKPI.

js
ewizardjs.monitoring.setCustomKPI([{key: 'patientAge', value: '22' }, {key: 'dose', 
value: '33' }])

Running this code adds two new keys (patientAge and dose) to the customKPI field with the respective values to the current monitoring script.

Email improvements

Email Editor: applying styles

A big improvement in both Classic and eWizard Editors that prevents bugs in the email clients. When editing the email on the Styles tab, user sets the cursor in the input field but makes no changes, Email Editor doesn't add this action to the changes history. As a result, the file with styles doesn't grow in size with redundant actions.

The major key benefit of this improvement is that the resulting email triggers no errors in the email clients.