弯曲链接按钮文本跨 2 行

发布于 2024-08-22 13:22:56 字数 66 浏览 2 评论 0原文

有没有办法将链接按钮的文本跨度为 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

我的黑色迷你裙 2024-08-29 13:22:56

要实现此目的,您必须创建一个自定义按钮类,该类扩展了按钮类。 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文