|
|
@ -12,7 +12,13 @@ import com.fr.form.ui.Widget; |
|
|
|
import javax.swing.JPanel; |
|
|
|
import javax.swing.JPanel; |
|
|
|
import java.awt.BorderLayout; |
|
|
|
import java.awt.BorderLayout; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
|
|
|
* 文本控件移动端属性面板 |
|
|
|
|
|
|
|
* |
|
|
|
|
|
|
|
* @author Coral.Chen |
|
|
|
|
|
|
|
* @since 11.0 |
|
|
|
|
|
|
|
* Created on 2023/4/12 |
|
|
|
|
|
|
|
*/ |
|
|
|
public class TextEditorMobilePane extends WidgetMobilePane { |
|
|
|
public class TextEditorMobilePane extends WidgetMobilePane { |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|