|
<< Click to Display Table of Contents >> Navigation: Telegram > 2023 > 06 > 01 > Telegram_2023-06-01T14 |
2023-06-01T14:54:19
I think the only tag IW respects ATM is \class\
2023-06-01T14:54:42
makes sense. all other tags i'm using dont work anymore.
2023-06-01T14:55:20
for example,... when i wanted to add a fontawesome tag, so the little user icon is next to the input box,... that doesn't work on the html template now. thankfully, im just playing with a template and not production.
2023-06-01T14:55:34
I ended up creating code to assign these tags at runtime. I have a INI file where I can define the tags I want, then my code load these tags at runtime
2023-06-01T14:55:40
for example...
{%ED_PASSWORD %}
Does not work any more
2023-06-01T14:56:09
it won't work
2023-06-01T14:56:30
right. and here i am trying to fidget with html to get it looking super nice. LOL
2023-06-01T14:56:44
is there any way to implement font awesome stuff with a TIWEdit now ???
2023-06-01T14:56:52
i liked the icons i used in the past.
2023-06-01T14:57:15
i got away from using IWBS (bootstrap) stuff, which had the ability to do this as well.
2023-06-01T14:57:26
something from my INI file:
type: code edtPassword=class=\form-control form-control-sm\$data-toggle=\tooltip\$data-html=\true\$data-placement=\right\
2023-06-01T14:58:14
you can add these icons directly on the template somehow, but it will depend on how you´re using your template
2023-06-01T14:58:59
right. at the moment it's super simple. i have not changed any html code yet for formatting... YET...
{%IWREGIONHEADER%}
{%IWREGIONMAIN%}
{%IWREGIONTITLE%}
{%LABEL_TITLE%}
{%IWREGIONINFO%}
{%LABEL_INFO%}
{%ED_USERNAME%}
{%ED_PASSWORD%}
{%IWCB_RememberMe%}
{%IWREGIONBUTTONS%}
{%BTN_LOGIN%}
{%BTN_INFO%}
{%BTN_EXIT%}
{%IWREGIONLINKS%}
{%BTN_CHANGEPASSWORD%}{%BTN_FORGOTPASSWORD%}
{%IWREGIONFOOTER%}