Skip to content
This repository has been archived by the owner on Jul 13, 2021. It is now read-only.

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

Open
kfsjostrand opened this issue May 18, 2017 · 2 comments
Open

Comments

@kfsjostrand
Copy link

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
Copy link

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
Copy link
Contributor

@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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants