Categories > TinyButStrong general >

<li> tag

The forum is closed. Please use Stack Overflow for submitting new questions. Use tags: tinybutstrong , opentbs
By: dier
Date: 2010-08-06
Time: 17:44

<li> tag

hi skrol

            <li><a href="facilities.html">Facilities</a></li>
            <li><a href="package.html">Special &amp; Package </a></li>
            <li><a href="meeting-event.html">Rooms</a></li>
            <li><a href="gallery.html">Gallery Hotel</a></li>
            <li><a href="reservation.html">Rest and Reservation</a></li>
            <li><a href="our-club.html">Our Groups</a></li>
            <li><a href="about-us.html">About Us</a></li>
            <li><a href="contact.html">Contact us</a></li>

i want to make that link on global variable, what should tag I used for that, sorry i'm a beginner

thanks
By: Skrol29
Date: 2010-08-09
Time: 11:34

Re: <li> tag

Hi Dier,

What do you mean by "link on global variable" ?
By: dier
Date: 2010-08-09
Time: 18:26

Re: <li> tag

thanks skrol,

i have got solution like this
[onshow.strDataMenuHeader;htmlconv=no;noerr]

could you give me links that tbs on ajax?

cheers
dier
By: Skrol29
Date: 2010-08-10
Time: 00:37

Re: Re: <li> tag

Hi,

If you want the value to be formatted for url, you can use :
  [onshow.strDataMenuHeader;htmlconv=url;noerr]

If you want the value to be formatted for a Javascript string, you can use :
  [onshow.strDataMenuHeader;htmlconv=js;noerr]