From b8ef73db4c4c8fe5576b05f05819755093416b7f Mon Sep 17 00:00:00 2001 From: Johann Werner Date: Fri, 23 Nov 2012 09:43:22 +0100 Subject: [PATCH] fix "unmappable character for encoding utf-8" --- .../er/ajax/mootools/MTStyledPopUpButton.java | 16 +++++++--------- 1 file changed, 7 insertions(+), 9 deletions(-) diff --git a/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTStyledPopUpButton.java b/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTStyledPopUpButton.java index 12c47e8165d..fdc69da2305 100644 --- a/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTStyledPopUpButton.java +++ b/Frameworks/Ajax/MooTools/Sources/er/ajax/mootools/MTStyledPopUpButton.java @@ -12,7 +12,7 @@ import er.extensions.components.ERXStatelessComponent; -/* +/** * @binding id - the identifier for the select button and the JavaScript variable. * @binding useDefaultCss - If TRUE (default) it will load the default stylesheet. * @binding showText - If TRUE (default) keeps text in the dropdown menu. @@ -25,21 +25,19 @@ * @binding fx: An object for additional Fx options (default {'duration': 'short'}). * @binding onShow: The dropdown menu appears. * @binding onHide: The dropdown menu disappears. - * @binding onAttach: FancySelect just replaced the DOM element is back. + * @binding onAttach: FancySelect just replaced the {@code } DOM element is back. * @binding list: Array of objects from which the WOPopUpButton derives its values. * @binding item: Identifier for the elements of the list. For example, aCollege could represent an object in a colleges array. * @binding displayString: Value to display in the selection list; for example, aCollege.name for each college object in the list. - * @binding value: For each OPTION tag within the selection, this is the �value� attribute (that is,