buildframework/helium/doc/api/properties-table.html.ftl
author wbernard
Sun, 10 Oct 2010 15:22:15 +0300
changeset 645 b8d81fa19e7d
parent 587 85df38eb4012
permissions -rw-r--r--
helium_12.0.0-63b64366f9cf
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
587
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     1
<#--
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     2
============================================================================ 
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     3
Name        : 
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     4
Part of     : Helium 
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     5
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     6
Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     7
All rights reserved.
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     8
This component and the accompanying materials are made available
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
     9
under the terms of the License "Eclipse Public License v1.0"
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    10
which accompanies this distribution, and is available
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    11
at the URL "http://www.eclipse.org/legal/epl-v10.html".
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    12
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    13
Initial Contributors:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    14
Nokia Corporation - initial contribution.
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    15
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    16
Contributors:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    17
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    18
Description:
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    19
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    20
============================================================================
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    21
-->
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    22
<#include "api.ftllib"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    23
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    24
<@helium_api_header title="Properties (Helium API)"/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    25
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    26
<script type="text/javascript" src="properties-table.js"></script>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    27
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    28
    <#assign propertyInfo = {}>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    29
    <#list doc.antDatabase.project.property as property>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    30
        <#assign propertyInfo = propertyInfo + {property.name: property}>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    31
    </#list>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    32
        
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    33
    <center>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    34
    <h1>Properties table(Sortable)
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    35
    </h1>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    36
    
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    37
    <table class="sortable" border="1" cellpadding="5" ID="tableSort">
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    38
        <tr>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    39
            <th onmouseover="this.style.cursor = 'pointer';"><font color="blue"><u>Property</u></font></th>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    40
            <th onmouseover="this.style.cursor = 'pointer';"><font color="blue"><u>Description</u></font></th>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    41
            <th onmouseover="this.style.cursor = 'pointer';"><font color="blue"><u>Scope</u></font></th>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    42
            <th onmouseover="this.style.cursor = 'pointer';"><font color="blue"><u>Editable</u></font></th>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    43
            <th onmouseover="this.style.cursor = 'pointer';"><font color="blue"><u>Type</u></font></th>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    44
        </tr>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    45
        <#list propertyInfo?keys?sort as name>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    46
        <tr>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    47
            <td><a href="property-${name}.html" title="${name}" target="classframe">${name}</a></td>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    48
            <td>${propertyInfo[name].summary}</td>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    49
            <td>${propertyInfo[name].scope}</td>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    50
            <td>${propertyInfo[name].editable}</td>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    51
            <td>${propertyInfo[name].type}</td>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    52
        </tr>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    53
        </#list>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    54
    </table>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    55
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    56
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    57
<@helium_api_html_footer/>
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    58
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    59
85df38eb4012 helium_9.0-a7879c935424
wbernard
parents:
diff changeset
    60