LWSChad Posted February 5, 2016 Report Share Posted February 5, 2016 Check out this trick I stumbled upon. Put Caspio Variables into your Classes so you can use CSS to dynamically style your pages. (js not required) Div to dynamically format <div class="action[@field:action]"></div> css .actionCall { background-image: URL("../img/call.png"); } .actionEmail { background-image: URL("../img/email.png"); } .actionText { background-image: URL("../img/text.png"); } Dynamic Elements - load all options, and hide all but needed <a class="btnFile fileName[@field:FileName]" href="../some/dir/[@field:FileName]">Download</a> <a class="btnLink fileLink[@field:FileLink]" href="[@field:FileLink]">View File</a> css /*-- when [@field:***] is null, hide the div --*/ .fileName, .fileLink { display: none; } Hope this helps Think Easy CHAD -I know the Title of this Forum is "Ask....", but IDK where else to share stuff like this. Xiang, Aurora, Newdelhidentalclinic and 3 others 6 Quote Link to comment Share on other sites More sharing options...
0 Xiang Posted February 8, 2016 Report Share Posted February 8, 2016 Hello Chad, Thank you for sharing this! I like JavaScript code more, but this solution is simple and nice! Please, share more solutions, if you have them Quote Link to comment Share on other sites More sharing options...
0 LWSChad Posted February 10, 2016 Author Report Share Posted February 10, 2016 I like JavaScript code more... Javascript is way more powerful, but... Too much Javascript can hinder performance Quote Link to comment Share on other sites More sharing options...
Question
LWSChad
Check out this trick I stumbled upon.
Put Caspio Variables into your Classes so you can use CSS to dynamically style your pages.
(js not required)
Div to dynamically format
css
Dynamic Elements - load all options, and hide all but needed
css
Hope this helps
Think Easy
CHAD
-I know the Title of this Forum is "Ask....", but IDK where else to share stuff like this.
Link to comment
Share on other sites
2 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.