qlik-oss / halyard.js

JavaScript library for generating Qlik Load Scripts using an abstracted API.
MIT License
48 stars 14 forks source link

Feature reqeust: Examples on using halyard in a Qlik Sense Extension #11

Open kfsjostrand opened 7 years ago

kfsjostrand commented 7 years ago

Description

I've would like to see examples of using Halyard in a Qlik Sense extension and how to add halyard-enigma mixing to the enigma model. Creating regular apps and session apps.

ClimberExtensions commented 7 years ago

I've got it to work after I posted an issue on enigma. var qixSchema = require('text!../.././external/qlik/qix/3.2/schema.json'); var enigmaConfig = { Promise: $q, schema: JSON.parse(qixSchema), session: { host: $window.location.host, secure: $window.location.protocol === 'https:' }, mixins: enigmaMixin };

StefanEnberg commented 7 years ago

@kfsjostrand I agree that we need an example showcasing how to use halyard.js in a browser setting. If you are interested to learn more about enigma mixins check halyard-enigma-mixin