弯曲链接按钮文本跨 2 行
有没有办法将链接按钮的文本跨度为 2 行?因此,我希望“保存页面”不只在一行中,而是在两行中。
谢谢。
is there a way to span the text of a link button to 2 lines? so instead of "Save Page" to be in one line only, I want it to be in 2 lines.
Thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
要实现此目的,您必须创建一个自定义按钮类,该类扩展了按钮类。 Adobe 网站上有一个关于此的不错的博客:
http://blogs。 adobe.com/aharui/2007/04/multiline_buttons.html
它专注于创建多行单选按钮,但您可以轻松地将其应用于按钮。
To achive this, you will have to create a custom Button-class, which extends the Button-class. There is a nice Blog about this on the Adobe site:
http://blogs.adobe.com/aharui/2007/04/multiline_buttons.html
It focussed on creating a multiline Radiobutton, but you can easily apply it for a button.