Categories > TinyButStrong general >

For those with onload file issues..

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Scythe
Date: 2006-05-04
Time: 07:00

For those with onload file issues..

With the new version, some syntax changed (correct me if I'm wrong Skrol).


[onload;file='location'; if '[var.blank]' = '']

Changed to..

[onload;if '[var.blank]' = ''; then [onshow;files='location']]
By: Skrol29
Date: 2006-05-04
Time: 10:08

Re: For those with onload file issues..

Hello,

Yes, that's true the parameter "if" doesn't affect directly the parameter "file" as it used to. I will notice that.

But the following does the same with less embedded tags:
[onload;file=[val];if [var.blank]='';then 'location']

It works because [onload] tags are merged with a blank value.