Bỏ qua để đến Nội dung
Menu
Câu hỏi này đã bị gắn cờ
4 Trả lời
5725 Lượt xem

i want to display sequence using alphabet in report.rml

example

a. name

b. birthday


Ảnh đại diện
Huỷ bỏ
Câu trả lời hay nhất

In QWEB:

You could do it using the ol tag like:

<ol type="a">

<li>name</li>

<li>birthday</li>

</ol>

See more here:

http://www.w3schools.com/tags/att_ol_type.asp


In RML:

You could do it using the ol tag like:

<ol bulletType="a">

<li>name</li>

<li>birthday</li>

</ol>

See more here:

http://www.reportlab.com/examples/rml/test/test_046_lists.rml

Ảnh đại diện
Huỷ bỏ

Sorry, that was for qweb reports, not rml

RML version added

Tác giả Câu trả lời hay nhất

Mr Axel, thanks before i want ask again

i have use this code


<ol bulletType="a">

    <blockTable colWidths="1.5cm,8.5cm,8cm" style="Table_String2">

        <tr>

            <td><li><para style="terp_default_right">.</para></li></td>

            <td><para style="terp_default">Projek name </para></td>

            <td><para style="terp_default">: [[ x.nama_proyek ]]</para></td>

        </tr>

    </blockTable>

</ol>


but its doenst work, areu u know how to solve this code?


i want show

a.
Project Name
Tunas Enterprise Dealer System
Ảnh đại diện
Huỷ bỏ

What is showing with that code?

Bài viết liên quan Trả lời Lượt xem Hoạt động
2
thg 8 17
8915
1
thg 8 16
7574
1
thg 10 15
3405
3
thg 9 15
3641
3
thg 2 24
12552