Click Framework  History | Log In     View a printable version of the current page. Get help!  
Issue Details (XML | Word)

Key: CLK-381
Type: Improvement Improvement
Status: Resolved Resolved
Resolution: Fixed
Priority: Minor Minor
Assignee: Bob Schellink
Reporter: Bob Schellink
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Click

Rename Container add to insert

Created: 06/Jun/08 11:04 PM   Updated: 19/Jun/08 03:36 AM
Component/s: None
Affects Version/s: 1.5 M2
Fix Version/s: 1.5 M2


 Description  « Hide
Rename the Container add(int, Control) method to insert(Control, int). It is more descriptive and predictable.

 All   Comments   Change History      Sort Order:
Bob Schellink [07/Jun/08 01:33 AM]
fixed in trunk.

Malcolm Edgar [07/Jun/08 09:08 AM]
Nice work this is a very handy method when conditionally adding controls to pages.

regards Malcolm Edgar

Ricardo R. Lecheta [19/Jun/08 03:36 AM]
Hi,

>>Rename Container add to insert

The Table control should also have the method set(int,Column) ... it´s very useful in some cases..