Can't use Data Form variables in CSS Module

Can't use Data Form variables in CSS Module

Live templates are highly desirable because you can use variables (the user's data input) to manipulate the page.

One of my more clever coding applications used this code:

[[module CSS]]
%%content%%
[[/module]]

This would use the user's content as the CSS of the page.

This, however, is not functional with Data Form variables:

[[module CSS]]
%%form_data{css}%%
[[/module]]

Variables behaving inconsistently is what I consider a bug. Especially when it inhibits potential.

by James Kanjo, 1304950621|%e %b %Y, %H:%M %Z|agohover | comment.png 25 Comments

Status:

completed

Add a New Comment
Unless otherwise stated, the content of this page is licensed under Creative Commons Attribution-ShareAlike 3.0 License