Code Browser
Home
News
Features
Screenshots
Download
Documentation
Changes
Links
Articles
Code Folding
Tips
Elastic Tabstops
Qt Port
RSS
News Feed
Documentation
»
Scripting
»
Class Reference
»
Model
»
TextBlock
»
addLink
Adds a new row of type link.
Syntax
aTextBlock
addLink (
text
,
path
)
Parameters
text
-
String
The text of the row.
path
-
String
The path of the link.
Return Value
The index of the created row.
Remarks
The text must not contain any new line character.