amProperty.properties revision 4701cb94cccc5ef52c5333593fe9dd5a2376a9d9
3184N/A#
2245N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS HEADER.
3184N/A#
3184N/A# Copyright (c) 2006 Sun Microsystems Inc. All Rights Reserved
3184N/A#
3184N/A# The contents of this file are subject to the terms
454N/A# of the Common Development and Distribution License
3184N/A# (the License). You may not use this file except in
3184N/A# compliance with the License.
3184N/A#
3184N/A# You can obtain a copy of the License at
2666N/A# https://opensso.dev.java.net/public/CDDLv1.0.html or
3184N/A# opensso/legal/CDDLv1.0.txt
3184N/A# See the License for the specific language governing
454N/A# permission and limitations under the License.
454N/A#
454N/A# When distributing Covered Code, include this CDDL
454N/A# Header Notice in each file and include the License file
2245N/A# at opensso/legal/CDDLv1.0.txt.
2666N/A# If applicable, add the following below the CDDL Header,
3184N/A# with the fields enclosed by brackets [] replaced by
3184N/A# your own identifying information:
454N/A# "Portions Copyrighted [year] [name of copyright owner]"
3184N/A#
3184N/A# $Id: amProperty.properties,v 1.6 2008/07/28 23:43:35 veiming Exp $
3184N/A#
3184N/A
3184N/A#
3184N/A# Matching Algorithm
454N/A#
2245N/A# match uitype
2245N/A# match type
2245N/A# match type.syntax
2245N/A# match type.whatever
454N/A
3184N/Alink=com.sun.web.ui.taglib.html.CCHrefTag
454N/Abutton=com.sun.web.ui.taglib.html.CCButtonTag
454N/Anamevaluelist=com.sun.web.ui.taglib.editablelist.CCEditableListTag
454N/Aradio=com.sun.web.ui.taglib.html.CCRadioButtonTag
3184N/Asingle.boolean=com.sun.web.ui.taglib.html.CCCheckBoxTag
3184N/Asingle.password=com.sun.web.ui.taglib.html.CCPasswordTag
454N/Asingle.paragraph=com.sun.web.ui.taglib.html.CCTextAreaTag
454N/Asingle.xml=com.sun.web.ui.taglib.html.CCTextAreaTag
3184N/Asingle.script=com.sun.web.ui.taglib.html.CCTextAreaTag
3184N/Asingle.whatever=com.sun.web.ui.taglib.html.CCTextFieldTag
454N/Asingle_choice=com.sun.web.ui.taglib.html.CCRadioButtonTag
454N/Amultiple_choice=com.sun.web.ui.taglib.html.CCHiddenTag
454N/Alist=com.sun.web.ui.taglib.editablelist.CCEditableListTag
454N/Aorderedlist=com.sun.identity.console.ui.taglib.CCOrderedListTag
454N/Aunorderedlist=com.sun.identity.console.ui.taglib.CCUnOrderedListTag
454N/Amaplist=com.sun.identity.console.ui.taglib.CCMapListTag
454N/Aglobalmaplist=com.sun.identity.console.ui.taglib.CCGlobalMapListTag
454N/Adropdown=com.sun.web.ui.taglib.html.CCDropDownMenuTag
2666N/A
454N/A# settings for the size of a textfield based on syntax
454N/Atextfield.dn=60
454N/Atextfield.number=10
454N/Atextfield.number_range=10
3184N/Atextfield.numberic=10
454N/Atextfield.string=40
454N/Atextfield.default=60
454N/Atextfield.url=75
454N/A
454N/A# settings for the size of a textarea based on syntax
454N/Atextarea.script.columns=100
454N/Atextarea.script.rows=20
3184N/A
454N/Apolicy.textfield=50
454N/A