aTbRef Site Map
- A Tinderbox Reference File
- Install and Uninstall
- Objects & Concepts
- Preferences
- Attributes
- Menus
- Views
- Dialogs
- Toolbar
- Visual Styling
- Misc. User Interface Aspects
- Import/Export/Formatting
- Keyboard Shortcuts
- Agent Queries
- Actions & Rules
- Operators
- Full Operator List
- &= (logical AND assignment)
- * (multiplication)
- + (addition)
- - (subtraction)
- / (division)
- = (assignment)
- == (equality)
- abs(argument)
- any(group,value)
- atan(argument)
- attributeEncode(data)
- AttributeName(pattern)
- avg_if(group,condition,value)
- between(value,min,max)
- brightness(color)
- brightness(color,value)
- capitalize(data)
- collect(group,attribute)
- collect_if(group,condition,attribute)
- contains(item)
- cos(argument)
- count(set)
- date(string)
- date(year,month,day,[hour,min])
- day(theDate)
- day(theDate,value)
- days(date1,date2)
- descendedFrom(item)
- do(macro[,args])
- escapeHTML(data)
- eval([item],expression)
- every(group,value)
- exportedString("item",template)
- first(item[,N])
- firstWord("data")
- format(data, formatString)
- hue(color)
- hue(color,value)
- idEncode(data)
- indented(N[,"item"])
- inside("item")
- last("item"[,N])
- lastWord("data")
- linkedFrom("item"[,linkType])
- linkedTo("item"[,linkType])
- linkFrom("item"[,linkType])
- links([item|path]).kind.[linkType].attribute
- linkTo("item"[,linkType])
- log(argument)
- lowercase(data)
- max(set)
- min(set)
- minutes(date1,date2)
- mod(argumentA,argumentB)
- month(theDate)
- month(theDate,value)
- radians(argument)
- rand()
- rgb(red,green,blue)
- round(argument)
- runCommand(commandLine[,inputs])
- saturation(color)
- saturation(color,value)
- similarTo("item",N)
- sin(argument)
- sqrt(argument)
- substr(data,start,length)
- sum(group, value)
- sum_if(group,condition,value)
- tan(argument)
- time(theDate)
- time(theDate,hours,minutes)
- unlinkFrom(item[,linkType])
- unlinkTo("item"[,linkType])
- uppercase(data)
- urlEncode(data)
- utf8(data)
- word(data)
- year(theDate)
- year(theDate,value)
- |= (logical OR assigment)
- Action Operator Types
- Assignment operators
- Color operators
- Data manipulation operators
- Date-time operators
- date(string)
- date(year,month,day,[hour,min])
- day(theDate)
- day(theDate,value)
- days(date1,date2)
- minutes(date1,date2)
- month(theDate)
- month(theDate,value)
- time(theDate)
- time(theDate,hours,minutes)
- year(theDate)
- year(theDate,value)
- Formatting operators
- Linking operators
- Mathematical operators
- Non-query Boolean operators
- Query Boolean operators
- Set creation operators
- Set maths operators
- Action Operator Scope
- Conditional Group-based operators
- Group-based operators
- Item-based operators
- &= (logical AND assignment)
- * (multiplication)
- + (addition)
- - (subtraction)
- / (division)
- = (assignment)
- == (equality)
- abs(argument)
- atan(argument)
- attributeEncode(data)
- AttributeName(pattern)
- between(value,min,max)
- brightness(color)
- brightness(color,value)
- capitalize(data)
- contains(item)
- cos(argument)
- date(string)
- date(year,month,day,[hour,min])
- day(theDate)
- day(theDate,value)
- days(date1,date2)
- descendedFrom(item)
- do(macro[,args])
- escapeHTML(data)
- eval([item],expression)
- exportedString("item",template)
- first(item[,N])
- firstWord("data")
- format(data, formatString)
- hue(color)
- hue(color,value)
- idEncode(data)
- indented(N[,"item"])
- inside("item")
- last("item"[,N])
- lastWord("data")
- linkedFrom("item"[,linkType])
- linkedTo("item"[,linkType])
- linkFrom("item"[,linkType])
- links([item|path]).kind.[linkType].attribute
- linkTo("item"[,linkType])
- log(argument)
- lowercase(data)
- minutes(date1,date2)
- mod(argumentA,argumentB)
- month(theDate)
- month(theDate,value)
- radians(argument)
- rand()
- rgb(red,green,blue)
- round(argument)
- runCommand(commandLine[,inputs])
- saturation(color)
- saturation(color,value)
- similarTo("item",N)
- sin(argument)
- sqrt(argument)
- substr(data,start,length)
- tan(argument)
- time(theDate)
- time(theDate,hours,minutes)
- unlinkFrom(item[,linkType])
- unlinkTo("item"[,linkType])
- uppercase(data)
- urlEncode(data)
- utf8(data)
- word(data)
- year(theDate)
- year(theDate,value)
- |= (logical OR assigment)
- Set-based operators
- Compound Actions
- Conditional Actions (if clauses)
- Conditional statements using multiple arguments
- Expressions in paths
- Delaying code execution in Prototypes
- Stand-alone expressions
- Stamps
- Setting an attribute to (no value)
- Short Boolean form
- Setting an attribute to re-enable inheritance
- Self-Cancelling Rules & Actions
- Invoke command line scripts in action code
- Using long sections of code
- Using Export codes in Actions (DEPRECATED)
- Concatenation versus addition
- Parentheses as a guide to code execution
- Export Codes
- Export Codes - Full Listing
- ^action( action )^
- ^ancestors( start, list-item-prefix, list-item-suffix, end )^
- ^any( group , attribute[, data] )^
- ^backslashEncode( data )^
- ^basicLinks( start, list-item-prefix, list-item-suffix, end )^
- ^beginsWith( target, data )^
- ^capitalize( data )^
- ^childLinks( start, list-item-prefix, list-item-suffix, end )^
- ^children( [template][,N] )^
- ^cloud( item, count] )^
- ^comment( data )^
- ^contains( target, data )^
- ^count( group )^
- ^created( item[, format] )^
- ^creator( item )^
- ^days( date, N )^
- ^descendants( [template][,N] )^
- ^directory( item )^
- ^do( theMacro [,argument, anotherArgument, etc.] )^
- ^docTitle^
- ^documentCloud( [count] )^
- ^else^
- ^encode( data )^
- ^endIf^
- ^endsWith( target, data )^
- ^equal( data1, data2 )^ **DEPRECATED**
- ^every( group , attribute[, data] )^
- ^exists( item | attribute)^
- ^file( item )^
- ^firstWord( data )^
- ^get( attribute[, format] )^
- ^getFor(path | item, attribute[, format] )^
- ^host^
- ^if( condition )^
- ^inboundBasicLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^inboundLinks( start, list-item-prefix, list-item-suffix, end )^
- ^inboundTextLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^include( item[, template] )^
- ^indent( [data][, N] )^
- ^isDescendedFrom( item )^
- ^isInside( item )^
- ^justChildren( [template][N] )^
- ^lastModified( item[, format] )^
- ^lastWord( data )^
- ^linkTo( item [, data] [,css class] )^
- ^lowercase( data )^
- ^max( group , attribute[, precision] )^
- ^mean( group , attribute[, precision] )^
- ^min( group , attribute[, precision] )^
- ^not( condition )^ **DEPRECATED**
- ^opmlEncode( data )^
- ^outboundBasicLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^outboundTextLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^outboundWebLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^paragraphs( [item,] N )^
- ^path^
- ^randomChildOf( item )^
- ^randomLine( item )^
- ^root^
- ^sectionCloud( [item, count] )^
- ^sectionNumber( item )^
- ^setRoot( [newRoot] )^
- ^siblings( start, list-item-prefix, list-item-suffix, end )^
- ^similarTo( item, count[, start, list-item-prefix, list-item-suffix, end] )^
- ^sum( group , attribute[, precision] )^
- ^text( item[, N, plain] )^
- ^title( item )^
- ^today( [item] [, format] )^
- ^uppercase( data )^
- ^url( item )^
- ^urlEncode( data )^
- ^value( expression )^
- ^version^
- Export Code Types
- Boolean Comparison
- Calculation
- Conditional Mark-up
- Creation of Links
- ^ancestors( start, list-item-prefix, list-item-suffix, end )^
- ^basicLinks( start, list-item-prefix, list-item-suffix, end )^
- ^childLinks( start, list-item-prefix, list-item-suffix, end )^
- ^inboundBasicLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^inboundLinks( start, list-item-prefix, list-item-suffix, end )^
- ^inboundTextLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^linkTo( item [, data] [,css class] )^
- ^outboundBasicLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^outboundTextLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^outboundWebLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^siblings( start, list-item-prefix, list-item-suffix, end )^
- ^similarTo( item, count[, start, list-item-prefix, list-item-suffix, end] )^
- ^url( item )^
- Data Include
- ^children( [template][,N] )^
- ^comment( data )^
- ^descendants( [template][,N] )^
- ^directory( item )^
- ^do( theMacro [,argument, anotherArgument, etc.] )^
- ^get( attribute[, format] )^
- ^getFor(path | item, attribute[, format] )^
- ^include( item[, template] )^
- ^justChildren( [template][N] )^
- ^paragraphs( [item,] N )^
- ^randomChildOf( item )^
- ^randomLine( item )^
- ^text( item[, N, plain] )^
- ^title( item )^
- ^value( expression )^
- Data Property
- Export Mark-up
- Export Code Scope
- Document-based
- Group-based
- ^any( group , attribute[, data] )^
- ^count( group )^
- ^every( group , attribute[, data] )^
- ^max( group , attribute[, precision] )^
- ^mean( group , attribute[, precision] )^
- ^min( group , attribute[, precision] )^
- ^sectionCloud( [item, count] )^
- ^sum( group , attribute[, precision] )^
- Item-based
- ^ancestors( start, list-item-prefix, list-item-suffix, end )^
- ^basicLinks( start, list-item-prefix, list-item-suffix, end )^
- ^beginsWith( target, data )^
- ^childLinks( start, list-item-prefix, list-item-suffix, end )^
- ^children( [template][,N] )^
- ^cloud( item, count] )^
- ^comment( data )^
- ^contains( target, data )^
- ^created( item[, format] )^
- ^creator( item )^
- ^days( date, N )^
- ^descendants( [template][,N] )^
- ^directory( item )^
- ^do( theMacro [,argument, anotherArgument, etc.] )^
- ^encode( data )^
- ^endsWith( target, data )^
- ^equal( data1, data2 )^ **DEPRECATED**
- ^exists( item | attribute)^
- ^file( item )^
- ^get( attribute[, format] )^
- ^getFor(path | item, attribute[, format] )^
- ^inboundBasicLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^inboundLinks( start, list-item-prefix, list-item-suffix, end )^
- ^inboundTextLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^include( item[, template] )^
- ^indent( [data][, N] )^
- ^isDescendedFrom( item )^
- ^isInside( item )^
- ^justChildren( [template][N] )^
- ^lastModified( item[, format] )^
- ^linkTo( item [, data] [,css class] )^
- ^opmlEncode( data )^
- ^outboundBasicLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^outboundTextLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^outboundWebLinks( [start, list-item-prefix, list-item-suffix, end, type] )^
- ^paragraphs( [item,] N )^
- ^randomChildOf( item )^
- ^randomLine( item )^
- ^sectionNumber( item )^
- ^siblings( start, list-item-prefix, list-item-suffix, end )^
- ^similarTo( item, count[, start, list-item-prefix, list-item-suffix, end] )^
- ^text( item[, N, plain] )^
- ^title( item )^
- ^today( [item] [, format] )^
- ^url( item )^
- ^urlEncode( data )^
- Scope n/a
- Using Export Code
- Export Code Arguments
- Group Codes
- Tinderbox File Types
- Tutorials and Wizards
- About aTbRef
- Tinderbox Documentation And Other Resources
- Change Log
- Previous Versions
[Last updated: 13 Aug 2010, using v5.5.4]
Licensed under Creative Commons Attribution-Noncommercial-Share Alike 3.0 License
[See aTbRef CC licence Attribution/Waiver info info]
