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.
tdewebdev/quanta/data/toolbars/cfml/cfml.actions

13 lines
434 B

<!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>