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

Make it possible to add links to the web ui #37

Open
envy opened this issue Mar 8, 2018 · 1 comment
Open

Make it possible to add links to the web ui #37

envy opened this issue Mar 8, 2018 · 1 comment
Assignees

Comments

@envy
Copy link
Owner

envy commented Mar 8, 2018

Something like this:

// Adding a link
link_id_t link_id = knx.webui_link_add(text, link);
// Changing url
knx.webui_link_set_link(link_id, newlink);
// Changing text
knx.webui_link_set_text(link_id, newtext);
// Removing link
knx.webui_link_remove(link_id);
@envy envy self-assigned this Mar 8, 2018
@envy envy mentioned this issue Mar 8, 2018
@ascillato
Copy link
Contributor

Great! 👍

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

2 participants