You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
434 B
13 lines
434 B
6 years ago
|
<!DOCTYPE actionsconfig>
|
||
|
<actions>
|
||
|
<action icon="date" type="script" name="tag_date" text="Time" >
|
||
|
<script output="cursor" error="none" input="none" >date</script>
|
||
|
</action>
|
||
|
<action icon="tag_comm.png" type="tag" tooltip="CF comment" name="cfml_comment" text="ColdFusion Comment" statustext="" >
|
||
|
<tag useDialog="false" ><!--- </tag>
|
||
|
<xtag use="true" > ---></xtag>
|
||
|
<text/>
|
||
|
<script input="none" />
|
||
|
</action>
|
||
|
|
||
|
</actions>
|