Thread Rating:
  • 279 Vote(s) - 2.48 Average
  • 1
  • 2
  • 3
  • 4
  • 5
RichTextAreaについて
08-21-2018, 08:10 PM, (This post was last modified: 08-21-2018, 08:11 PM by heavybugtracker.)
#2
RE: RichTextAreaについて
上記いずれも、RichTextArea.data-model (RichTextStringDataModel)の属性変更で実現可能と思います。
例:

Code:
{let rta:RichTextArea =
  {RichTextArea value={RichTextString.from-string "Tメイリョウ日本語22ptest"},
    {on AttachEvent do
      {(rta.data-model asa RichTextStringDataModel).set-attribute "font-family", "メイリオ"}
      {(rta.data-model asa RichTextStringDataModel).set-attribute "font-size", 22pt}

    }
  }
}

{value rta}


Messages In This Thread
RichTextAreaについて - by rom - 08-07-2018, 10:42 AM
RE: RichTextAreaについて - by heavybugtracker - 08-21-2018, 08:10 PM
RE: RichTextAreaについて - by rom - 08-28-2018, 01:28 PM
RE: RichTextAreaについて - by heavybugtracker - 10-12-2018, 07:06 PM
Forum Jump:


Users browsing this thread:
1 Guest(s)

MyBB SQL Error

MyBB has experienced an internal SQL error and cannot continue.

SQL Error:
1017 - Can't find file: 'mybb_threadviews' (errno: 2)
Query:
INSERT INTO mybb_threadviews (tid) VALUES('1476')