You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
openNG/old/riot/node/create/component.tag

31 lines
910 B
Plaintext

openng-view-node-create
window-meta(window-title="Create new node", request-width=400, request-height=300)
form(method="post", action="/nodes/create")
uikit-frame(dockable-container)
uikit-toolbar.main(dock="bottom", align="right", dock-order=1)
uikit-button(type="submit", icon="check") Create
uikit-frame.main(dock="fill")
uikit-form-section
uikit-input(name="name", label="Name")
//uikit-autocomplete(name="type", label="Type")
//uikit-textarea(name="notes", label="Notes")
//
uikit-form-section(name="Properties")
uikit-input-spawner
uikit-autocomplete.grouped(name="key[]", placeholder="Name")
uikit-autocomplete.grouped(name="value[]", placeholder="Value")
script.
this.mixin(require("riot-query").mixin);
style(scoped, type="scss").
uikit-toolbar.main {
padding: 6px;
}
uikit-frame.main {
padding: 8px;
}