Skip to content

Instantly share code, notes, and snippets.

@amiuhle
Last active August 29, 2015 14:06
Show Gist options
  • Save amiuhle/dc726cd2a3316436a714 to your computer and use it in GitHub Desktop.
Save amiuhle/dc726cd2a3316436a714 to your computer and use it in GitHub Desktop.
designer
<link rel="import" href="../core-ajax/core-ajax.html">
<polymer-element name="tw-world" host="de109.die-staemme.de">
<template>
<style>
:host {
width: 100%;
height: 100%;
box-sizing: border-box;
}
#core_ajax {
left: 1000px;
top: 240px;
position: absolute;
}
</style>
<core-ajax url="http://{{ host }}/interface.php?func=get_building_info" handleas="xml" method="GET" id="buildingAjax" hidden></core-ajax>
</template>
<script>
Polymer('tw-world', {
asdf: ''
});
</script>
</polymer-element>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment