|
1 <?xml version="1.0" encoding="UTF-8"?> |
|
2 <!-- Copyright (c) 2006 Nokia Corporation and/or its subsidiary(-ies). --> |
|
3 <!-- All rights reserved. --> |
|
4 <!-- This component and the accompanying materials are made available --> |
|
5 <!-- under the terms of the License "Eclipse Public License v1.0" --> |
|
6 <!-- which accompanies this distribution, and is available --> |
|
7 <!-- at the URL "http://www.eclipse.org/legal/epl-v10.html". --> |
|
8 |
|
9 <componentDefinition xmlns="http://www.nokia.com/sdt/emf/component" |
|
10 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> |
|
11 |
|
12 <component baseComponent="com.nokia.sdt.series60.MultiLineDataQuery" |
|
13 friendlyName="%friendlyName" |
|
14 qualifiedName="com.nokia.sdt.series60.MultiIpDataQuery" |
|
15 category="NotesDialogs" |
|
16 instanceNameRoot="multiIpQuery" |
|
17 version="1.0"> |
|
18 <documentation> |
|
19 <information>%information</information> |
|
20 </documentation> |
|
21 <symbian sdkName="com.nokia.series60" minSDKVersion="2.1" |
|
22 className="CAknMultiLineIpQueryDialog" classHelpTopic="" |
|
23 resourceType="AVKON_DATA_QUERY" resourceHelpTopic="" /> |
|
24 <designerImages smallIconFile="MultiIpDataQuery_sm.png" |
|
25 largeIconFile="MultiIpDataQuery.png"/> |
|
26 <propertyOverrides> |
|
27 <propertyOverride name="text" default="Enter IP address:" /> |
|
28 <propertyOverride name="text2" default="Enter IP address:" /> |
|
29 <propertyOverride name="type" category="Hidden" readOnly="true" default="EMultiDataFirstIpEd" /> |
|
30 <propertyOverride name="type2" category="Hidden" readOnly="true" default="EMultiDataSecondIpEd" /> |
|
31 </propertyOverrides> |
|
32 |
|
33 <sourceGen> |
|
34 |
|
35 <inline> |
|
36 this.getStrings(instance); |
|
37 </inline> |
|
38 |
|
39 <useTemplateGroup ids="MULTI_LINE_QUERY" /> |
|
40 |
|
41 <inline> |
|
42 if (Engine.formMatches(form, [""])) |
|
43 contribs.addAll(Engine.generateChildContributions("AknDataQuery")) |
|
44 </inline> |
|
45 |
|
46 </sourceGen> |
|
47 |
|
48 </component> |
|
49 </componentDefinition> |