summaryrefslogtreecommitdiffstats
path: root/quanta/data/toolbars/cfml/cfml.actions
blob: 8707f817ad6d2285b7999dc22ffdb82a339810df (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
<!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" >&lt;!--- </tag>
  <xtag use="true" > ---></xtag>
  <text/>
  <script input="none" />
 </action>

</actions>