Welcome to Agile Toolkit
Layout
Layouts
Sliding Panel
Basics
View
Button
Header
Message
Labels
Menu
Breadcrumb
Columns
Grid Layout
Form
Basics and Layouting
Data Integration
Form Sections
Form Multi-column layout
Integration with Columns
HTML Layout
Conditional Fields
Form Controls
Input
Input Decoration
Calendar
Checkboxes
Value Selectors
Lookup
Lookup Dependency
Dropdown
File Upload
Multi Line
Tree Selector
Scope Builder
Data Collection
Data table with formatted columns
Advanced table examples
Table interractions
Column Menus
Column Filters
Grid - Table+Bar+Search+Paginator
Crud - Full editing solution
Crud with Array Persistence
Card Deck
Lister
Table column decorator from model
Data Action Executor
Executor Examples
Assign action to event
Assign action to button event
Execute from Grid
Execute from Crud
Executor Factory
Interactive
Tabs
Card
Accordion
Wizard
Virtual Page
Modal
Loader
Console
Dynamic scroll
Background PHP Jobs (SSE)
Progress Bar
Pop-up
Toast
Paginator
Drag n Drop sorting
Javascript
Events
Element Reloading
Vue Integration
Others
Sticky GET
More Sticky
Recursive Views
Agile UI Demo v2.4-x - 68f89d61
View Source
Sticky GET allows us to preserve some GET arguments
sticky.php
sticky.php?xx=YEY
sticky.php?c=OHO
sticky.php?xx=YEY&c=OHO
URLs presented by a blank app
sticky.php
sticky.php?b=2
sticky.php?b=2
sticky.php?b=2
sticky.php?b=2&c=abc
Now add sticky for xx=
sticky.php
sticky.php?b=2
sticky.php?b=2
sticky.php?b=2
sticky.php?b=2&c=abc
Now also add sticky for c=OHO
sticky.php?c=OHO
sticky.php?c=OHO&b=2
sticky.php?b=2
sticky.php?b=2
sticky.php?c=abc&b=2
Various ways to build links
sticky.php?c=OHO
other.php?c=OHO
other?c=OHO
other.php?c=OHO&b=2
http://yahoo.com/?c=OHO
http://yahoo.com/?c=OHO&q=abc