Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

iframe problem #8

Open
AndySilvia opened this issue Oct 10, 2016 · 3 comments
Open

iframe problem #8

AndySilvia opened this issue Oct 10, 2016 · 3 comments

Comments

@AndySilvia
Copy link

Problem is, widget_iframe should be under widget_famultibutton - it's not correct in your hierarchy-view too...

doesn't do anything, but errors, you have to add these lines at the beginning of widget_iframe.js:

function depends_iframe (){
if(typeof Module_famultibutton == 'undefined')
return ["famultibutton"];
};

Bye & thanks for the good work!

@nesges
Copy link
Owner

nesges commented Oct 11, 2016

No. Most certainly you are using a Version of ftui that isn't compatible
with my Widgets anymore. ftui has fundamentaly changed in the last version.

2016-10-11 1:07 GMT+02:00 AndySilvia [email protected]:

Problem is, widget_iframe should be under widget_famultibutton - it's not
correct in your hierarchy-view too...

doesn't do anything, but errors, you have to add these lines at the
beginning of widget_iframe.js:

function depends_iframe (){
if(typeof Module_famultibutton == 'undefined')
return ["famultibutton"];
};

Bye & thanks for the good work!


You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
#8, or mute
the thread
https://github.com/notifications/unsubscribe-auth/ABgrGgQbP54iiqL1FbfG-evzQ-VW5_BEks5qysVHgaJpZM4KTFF9
.

@AndySilvia
Copy link
Author

Ok. Thanks for clarification. Anyway the widget does what it should with the modification I added...

@Memphiz
Copy link

Memphiz commented Nov 6, 2016

@nesges any plans to adapt your widgets for the newest ftui version? I am interested in the klimatrend widget which doesn't work currently (loadplugin not defined ...)

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

No branches or pull requests

3 participants