Tk Library Source Code

View Ticket
Login
Ticket UUID: 484117
Title: new html function
Type: Patch Version: None
Submitter: decosterjos Created on: 2001-11-21 10:05:15
Subsystem: html Assigned To: andreas_kupries
Priority: 5 Medium Severity:
Status: Closed Last Modified: 2002-01-12 05:29:10
Resolution: Accepted Closed By: andreas_kupries
    Closed on: 2002-01-11 22:29:10
Description:
I attached a new function for the html module. This
function creates a bulleted list of links given a list
of label, URL pairs. 

Result: A <ul><li><a...><\li>.....<\ul> fragment
User Comments: andreas_kupries added on 2002-01-12 05:29:10:
Logged In: YES 
user_id=75003

Committed to head.

decosterjos added on 2001-11-23 17:07:39:

File Added - 13703: html.n

decosterjos added on 2001-11-23 17:07:38:
Logged In: YES 
user_id=370749

updated html.n file

decosterjos added on 2001-11-23 17:06:13:

File Added - 13702: h.tcl

decosterjos added on 2001-11-23 17:06:12:
Logged In: YES 
user_id=370749

I further modified this function so it can created ordered
(numbered) or unordered (bulleted) lists.

Also added a new function html::paramRow to generate row but
which allows to pass parameters for the row and for the
cells.

decosterjos added on 2001-11-21 17:05:16:

File Added - 13620: h.tcl

Attachments: