ArcGIS JS App Patterns
154 |Examples of how to accomplish simple design and styling tasks when building map apps.
155 |156 | Get the code 157 | Learn more 158 |
159 |Panels - Responsive Expand
415 |Show and hide the legend in a panel.
416 |├── 1. Layouts ├── full-page.html ├── partial-page-css-grid.html └── partial-page-flex.html ├── 2. Frameworks └── bootstrap-page.html ├── 3. View ├── view-breakpoints.html ├── view-events.html └── view-padding.html ├── 4. UI ├── custom-ui.html ├── default-ui.html └── manual-ui.html ├── 5. Widgets ├── custom-button.html └── custom-control.html ├── 6. Popups ├── alignment.html ├── auto-center.html ├── docking.html └── sizing.html ├── 7. Panels ├── custom-panel.html ├── popup-panel-click.html ├── popup-panel.html └── responsive-expand.html ├── 8. Styling ├── css-theme.html └── default-themes.html ├── README.md ├── index.html └── license.txt /1. Layouts/full-page.html: -------------------------------------------------------------------------------- 1 | 2 | 3 |
4 | 5 | 6 |Roads and freeways around the world.
204 |Real-world view of the earth.
211 |The world when it's dark.
221 |Streets and side-streets around the world.
228 |Examples of how to accomplish simple design and styling tasks when building map apps.
155 |156 | Get the code 157 | Learn more 158 |
159 |Show and hide the legend in a panel.
416 |