Categories > TinyButStrong general >

LoadFromString ?

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: Marcos Neves
Date: 2005-01-11
Time: 13:47

LoadFromString ?

How can I load the template from a string?
By: Skrol29
Date: 2005-01-11
Time: 18:18

Re: LoadFromString ?

$TBS->Source = $my_string;

But this doesn't process [onload] fields.
If you also need [onload] fields, add:
$TBS->MergeSpecial('onload');