| None |
<farcry:logevent ...>
This tag provides an interface for logging events (errors, deprecated code, security, coapi add/edit/delete) to farLog
Attributes
| Name | Type | Required | Default | Options | Description |
| object | string | No | | | The uuid of the associated object |
| type | string | No | | | The type of the associated object (can be non-coapi, e.g. security) |
| event | string | No | | | The event that is being logged |
| location | string | No | | | The location of the event |
| userid | string | No | unknown | | The user associated with the event |
| ipaddress | string | No | #cgi.REMOTE_HOST# | | The ip of user |
| notes | string | No | | | Free text :D |
| note | string | No | | | |
<farcry:machineSpecific ...>
Executes the contents of the tag only if the machine name matches the current machine name the code is running on.
Attributes
| Name | Type | Required | Default | Options | Description |
| name | string | No | | | your local machine name |
<farcry:managescheduledtask ...>
Attributes
| Name | Type | Required | Default | Options | Description |
| task | string | No | | | |
| parameters | string | No | | | |
| title | string | No | | | |
| frequency | string | No | Daily | | |
| startDate | string | No | #now()# | | |
| id | string | No | | | |
<farcry:traceWebskin ...>
A standard HTML div tag usefull when coding so that opening and closing cfoutput tags are not required thereby cleaning up output.
Attributes
| Name | Type | Required | Default | Options | Description |
| objectid | string | No | | | The objectid of the object being traced |
| typename | string | No | | | The typename of the object being traced |
| template | string | No | | | The webskin name |
| bAllowTrace | string | No | true | | Is the outputting of the wrapping trace div allowed? |
<farcry:webskinTracer ...>
Attributes
| Name | Type | Required | Default | Options | Description |
| None |