소스 검색

temporarily disabled focus-button from feature browser until #211 is fixed

svn changeset:347/svn branch:toolkit
tags/6.7.0.beta1
Joonas Lehtinen 17 년 전
부모
커밋
8385dfce5f
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3
    0
      src/com/itmill/toolkit/demo/features/PropertyPanel.java

+ 3
- 0
src/com/itmill/toolkit/demo/features/PropertyPanel.java 파일 보기

@@ -307,12 +307,15 @@ public class PropertyPanel

/** Field special properties */
private void addFieldProperties() {
// TODO This is temporarily disabled, until bug #211 is fixed
/*
Form set = new Form(new GridLayout(COLUMNS, 1));
set.addField("focus", new Button("Focus", objectToConfigure, "focus"));
set.getField("focus").setDescription(
"Focus the cursor to this field. Not all "
+ "components and/or terminals support this feature.");
addProperties("Field Features", set);
*/
}

/** Add and remove some miscellaneous example component to/from component container */

Loading…
취소
저장