CSS中的字体对话框按钮

时间:2016-12-09 05:36:03

标签: php jquery html mysql vb.net

是否有像vb.net中的字体对话框可以在PHP中使用的代码?

Private Sub Button1_Click(sender As Object, e As EventArgs) Handles Button1.Click
   If FontDialog1.ShowDialog <> Windows.Forms.DialogResult.Cancel Then
      RichTextBox1.ForeColor = FontDialog1.Color
      RichTextBox1.Font = FontDialog1.Font
   End If
End Sub

0 个答案:

没有答案