0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jul 22, 2024 — Jul 22, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Prep for the Forge More... over 15 years ago
multiple instance demo fixed More... over 16 years ago
Fixed demos More... over 16 years ago
Mode examples for demo8 More... over 16 years ago
[NEW] Added basic subtemplate support! Check out demo8 for a simple demo. WARNING: API For this will change soon. very Alpha right now More... over 16 years ago
WIP More... over 16 years ago
[NEW] You can now bless existing elements with subtleTemplateness! If you have an existing element that you want to use as the subtleTemplate instance element, just pass it in the options object under the 'element' property name and it will be used instead of creating a new Element More... over 16 years ago
Cleanup up specs a bit More... almost 17 years ago
should keep additional classes when repopulated More... almost 17 years ago
shouldn't use the original id attribute More... almost 17 years ago
should substitute class and id More... almost 17 years ago
Removed a console.log call More... almost 17 years ago
Allow the element class for the template instance to be updated in the data with the 'class' key. Defaults to the original class value of the original element, if any More... almost 17 years ago
should allow you to update the html to any random tag, even a new one More... almost 17 years ago
Removed unneseccary diddling with the prototype. FOR SHAME! :'( More... almost 17 years ago
[CHANGED] API for updating the template in your template class `MyDiv.updateTemplate(function(myClass){ this == the template element })` More... almost 17 years ago
[NEW] Update template after it has been created and populated and stuff should allow you to update the html of the template and rebuild everything More... almost 17 years ago
[FIXED] IE issue with hacking the text attribute for the previous fix Added a periodical demo More... almost 17 years ago
[NEW] Specs proving that everything works as it should, including a spec which fails without the following fix [FIXED] IE issue with setting html for an attribute whose value had no spaced setting it to one with spaces IE will unquote attribute values in its view of the HTML, EG: <div class="something"> howdy </div> in IE becomes: <DIV class=something> howdy </DIV> then, setting the class to "something else altogether" would result in this: <DIV class=something else=altogether> howdy </DIV> More... almost 17 years ago
Made the actual template and template creator actual classes so that they can play well with others and be extended and such. Thanks ibolmo for some of these suggestions More... almost 17 years ago
Simplified to take advantage of the builtin mootools hacks for setting html on any element. Upgraded to tomm branch mootools.js to make it happen. More... almost 17 years ago
Working on getting it to work with TRs and stuff More... almost 17 years ago
Basics functioning More... almost 17 years ago
Renamed to SubtleTemplate More... almost 17 years ago
Added Specs. Moved PluginName.js into Plugins subfolder More... almost 17 years ago
Basics More... almost 17 years ago
first commit More... almost 17 years ago