MiniTaco was inspired by and uses some code from Mike Alsup jQuery port of taconite. All thou miniTaco handles the parsing and interpertation of command tags a bit differently. Most XML command tags do not have a handler method, but are more like alias to jQuery function. Any jQuery function that is accessible with the following syntax can be used as a tag.
- jQuery("selector").function(takesNodes)
- jQuery("selector").effect(speed, callback)
- jQuery("selector").function(takesNodes).effect(speed, callback)
- jQuery("selector").function(takesNodes).each(function() { callback });
If the function is camel cased or you want to use a tag name different from the function name you need to make a change to the substitute method. I plan to make an interface to this in the future, so that you wont have to manually do it. For functions that are not supported by this syntax you can write a custom handler which can be pass to the function from within a config object.
Minitaco all so supports callback events like onbegin, onstartaction, onerror, oncreatenode, and more. Event binding is done by pass a config object to the main function jQuery.xmlExec(xmlDoc, oConfig). If you have firebug installed you can watch the events log to the console in the demo. The basic design of most of the code is set, but I am still researching ways to implement the user configuration interface. Please let me know what you think and offer ways to improve the design. Thanks Mike for allowing me to use parts of your code and many of your ideas in the design.
Tags List
- [delete | remove]
- [replace-content | content | replacein]
- [set | attrib | set-attributes]
- [code | script | eval]
- fadein
- fadeout
- slideup
- slidedown
- include
Attributes List
- effect
- speed
- callback
- id
- selector
- any valid html attribute
User Comments
07/03/08 12:01:37 type you comments here then click the above label
07/02/08 11:05:26 type you comments here then click the above label
06/27/08 02:08:40 type you comments here then click the above label
06/21/08 11:37:35 type you comments here then click the above label
06/08/08 07:35:18 type you comments here then click the above label
05/28/08 23:25:48 type you comments here then click the above label
05/27/08 20:01:21 type you comments here then click the above label
05/18/08 12:06:23 type you comments here then click the above label
05/15/08 04:50:29 type you comments here then click the above label
05/10/08 14:28:06 type you comments here then click the above label
04/29/08 01:53:14 type you comments here then click the above label
04/24/08 07:22:21 type you comments here then click the above label
04/23/08 05:28:18 type you comments here then click the above label
03/19/08 09:23:33 type you comments here then click the above label
02/25/08 01:01:44 type you comments here then click the above label
02/24/08 20:23:04 type you comments here then click the above label
02/18/08 16:54:35 type you comments here then click the above label
02/08/08 20:13:15 type you comments here then click the above label
02/07/08 21:07:45 type you comments here then click the above label