SilkBuilder
  • SilkBuilder
  • Development Environment
    • Development Environment
    • System Elements
    • Project, Data Model and ORM
    • Development Formats
  • Silk Builder Training
    • Sample Database
    • Plain Application
    • Easy Application
    • Simple Application
    • Complex Application
    • Report Application
    • System Environment
  • Docs
    • The ORM Structure
    • SilkBuilder
    • Silk Service
    • Java Database Class
    • Report
  • Silk Tags
    • App
    • AppHeader
    • Button
    • ButtonItem
    • Chart
    • Column
    • Content
    • DataProvider
    • DataService
    • Form
    • Group
    • Header
    • HelpBox
    • If
    • Input
    • JQcode
    • JScode
    • LogicAction
    • LogicDimension
    • LogicGrid
    • Modal
    • ModalBody
    • ModalFooter
    • Module
    • Page
    • Pagination
    • Screen
    • ScreenFooter
    • ScreenHeader
    • Tab
    • TabItem
    • Table
    • TableBody
    • TableHeader
    • TabsNav
    • Tile
  • JavaScript Objects
    • Button
    • ChartJS
    • Column
    • DataProvider
    • EventManager
    • Form
    • Input
    • Modal
    • Pagination
    • SilkPage
    • Table
    • TabsNav
    • Tile
    • Utility Functions
  • Coding Techniques
    • Data Trees
    • Pagination
    • Mark Deleted
    • Record Sync
    • Filtering Code
    • Content Template
    • Sort Data Columns
    • Form Input File
    • Button with Confirmation
    • Toggle List
    • Table Inputs
Powered by GitBook
On this page
  • Tag Definition
  • Properties
  • id*
  • trigger*
  1. Silk Tags

LogicGrid

The component silk:DataGrid monitors value changes, which will be used to determine logic action. It must indicate which object or objects' event will trigger the scanning of the observed values.

It depends on the silk:LogicDimension to define the data provider elements to monitor.

Tag Definition

Used as a container:

<silk:LogicGrid
  id=""
  trigger=""
>
   Contains: silk:LogicDimension and/or silk:LogicAction elements.
</silk:LogicGrid>

Properties

*Required property.

id*

Unique component identifier. Default Value: Empty.

trigger*

Defines the component's event used to trigger the dimension's value scanning process. The expected value follows the format: component:event. Example: trigger="personList:click". This could contain a list of events for the components separated by commas. Default Value: Empty.

PreviousLogicDimensionNextModal

Last updated 1 day ago