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*
  • valueSource
  • dataSource
  • keyColumn
  1. Silk Tags

LogicDimension

The component Silk:LogicDimension defines the component's value, which is monitored by the parent silk:LogicGrid element.

Tag Definition

Used standalone:

<silk:LogicDimension
  id=""
  valueSource=""
  dataSource=""
  keyColumn="keyValue"
/>

Properties

*Required property.

id*

Component identifier. It could be the target DataProvider's name without the "DP" end-identifier recommended by SilkBuilder's name recommendation. Otherwise, it should be a unique value in the application. Default Value: Empty.

valueSource

Defines the component's value to be monitored. Default Value: Empty.

dataSource

Defines the dataProvider to be monitored. This is used if the ID value does not determine the source. Default Value: Empty.

keyColumn

The name of the column storing the value used in the criteria expression. The default value is "keyValue" which is used by the SilkBuilder variables model. Default Value: keyValue.

PreviousLogicActionNextLogicGrid

Last updated 1 day ago