Create customized asset listing pagination


(Doron Mendelson) #1

Hey,

 

I want to create a list of asset listing pages like that:

<ul>

<li>1</li>

<li>2</li>

<li>3</li>

</ul>

 

Is this possible?

 

Thanks


(Anthony) #2

Put the <ul> and </ul> in the page format either side of the asset list keyword, then in the type definition you have the <li> .... </li>

Tony


(Doron Mendelson) #3

Works,

 

Thanks a lot