0
I Use This!
Inactive

Commits : Listings

Analyzed about 19 hours ago. based on code collected 2 days ago.
Apr 15, 2023 — Apr 15, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Prep for the Forge More... over 14 years ago
multiple instance demo fixed More... about 15 years ago
Fixed demos More... about 15 years ago
Mode examples for demo8 More... about 15 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 15 years ago
WIP More... over 15 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 15 years ago
Cleanup up specs a bit More... over 15 years ago
should keep additional classes when repopulated More... over 15 years ago
shouldn't use the original id attribute More... over 15 years ago
should substitute class and id More... over 15 years ago
Removed a console.log call More... over 15 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... over 15 years ago
should allow you to update the html to any random tag, even a new one More... over 15 years ago
Removed unneseccary diddling with the prototype. FOR SHAME! :'( More... over 15 years ago
[CHANGED] API for updating the template in your template class `MyDiv.updateTemplate(function(myClass){ this == the template element })` More... over 15 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... over 15 years ago
[FIXED] IE issue with hacking the text attribute for the previous fix Added a periodical demo More... over 15 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... over 15 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... over 15 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... over 15 years ago
Working on getting it to work with TRs and stuff More... over 15 years ago
Basics functioning More... over 15 years ago
Renamed to SubtleTemplate More... over 15 years ago
Added Specs. Moved PluginName.js into Plugins subfolder More... over 15 years ago
Basics More... over 15 years ago
first commit More... over 15 years ago