2011-01-03 9 views

答えて

-1

彼らはしかし、私はそれは次のようにして達成することができたと考えている、のRichTextEditor APIでその機能の多くを公開していないようです:

RichTextEditor rte = new RichTextEditor(); 
// remove the font controls 
rte.setControlGroups("formatControls", "styleControls", "colorControls"); 
// set the base font for the editor, could also be done with a <span> tag 
rte.setValue("<font face="Bookman Old Style, Book Antiqua, Garamond"></font>"); 
+0

I'veはそれを試してみましたが、残念ながら、それは動作しません。 。 –

+1

APIが変更されたと確信しています。答えはほぼ5歳です。残念ながら私は長い間GWTやsmartGWTを使っていませんでしたので、更新方法はわかりません。 – LINEMAN78

関連する問題