just pushing what i have the ui is still broken
This commit is contained in:
+1
-1
@@ -102,7 +102,7 @@ This is simpler than HyUI's `updatePage(true)` re-render dance and keeps each pa
|
||||
- `<div class="page-overlay">` - root, dims background, captures input
|
||||
- `<div class="container" data-hyui-title="...">` - main framed window with header
|
||||
- `<div class="container-contents">` - inner content area
|
||||
- `<button id="...">Text</button>` - clickable button (use `class="back-button"` for back-themed)
|
||||
- `<button id="...">Text</button>` - clickable button. **Don't use `class="back-button"`** with inline HTML - that class triggers HyUI's `BackButton.ui` template which expects a nested `#HyUIButton` child that inline buttons don't have, and your `Activating` listener fails to bind with "Target element... has no compatible Activating event". Plain `<button>` works for back buttons too; style separately if you need a different look.
|
||||
- `<input type="text" id="..." value="..." placeholder="...">` - text input
|
||||
- `<p>` / `<label>` - text
|
||||
|
||||
|
||||
Reference in New Issue
Block a user