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
  • renderIf
  • desc
  1. Silk Tags

JQcode

This tag adds code using JavaScript, jQuery methods, and events in the application. SilkBuilder will collect the code in a JQcode component and put it together regardless of where it has been defined. This code will load after a $(document).ready() event, waiting for the JavaScript object to be initialized.

The Silk Components use jQuery to interact with HTML elements. The code interacting with the SILK Components should be specified under this tag.

Tag Definition

Used standalone:

<silk:JQcode
  renderIf=""
  desc=""
/>

Used as a container:

<silk:JQcode
  renderIf=""
  desc=""
>
   Contains: JQuery and Silk component's object interaction code
</silk:JQcode>

Properties

renderIf

desc

Defines a title of description used only for documentation or code categorization purposes. Default Value: Empty.

PreviousInputNextJScode

Last updated 1 day ago

It contains the logic sentence defining whether the component should be rendered. The logic statement's explanation is in the documentation. Default Value: Empty.

Server Code Logic