1HTMLDocument.moveBlock(3kaya)Kaya module referenceHTMLDocument.moveBlock(3kaya)
2
3
4

NAME

6       HTMLDocument::moveBlock - Move a block
7

SYNOPSIS

9       Void  moveBlock( ElementTree parentsrc, Int srcidx, ElementTree parentā€
10       dest, Int destidx )
11

ARGUMENTS

13       parentsrc The parent block currently containing the element
14
15       srcidx The position within that block of the element to move
16
17       parentdest The block to move the element to
18
19       destidx The position within the new block to move the element to.
20

DESCRIPTION

22       Move a block from one place to another. All children of the block being
23       moved will move with it.
24

AUTHORS

26       Kaya   standard  library  by  Edwin  Brady,  Chris  Morris  and  others
27       (kaya@kayalang.org). For further information see http://kayalang.org/
28

LICENSE

30       The Kaya standard library is free software;  you  can  redistribute  it
31       and/or  modify  it  under  the  terms  of the GNU Lesser General Public
32       License (version 2.1 or any later version) as  published  by  the  Free
33       Software Foundation.
34
35
36
37Kaya                             December 2010   HTMLDocument.moveBlock(3kaya)
Impressum