是否可以控制 Flash/Flex TextField 中 TAB 字符的大小?

发布于 2024-08-23 03:19:17 字数 158 浏览 6 评论 0原文

我想出了如何让 TextField 在按下 Tab 键时保持焦点(使用 FocusEvent.KEY_FOCUS_CHANGE 上的事件侦听器),但我想做的是控制 TextField 中制表符的大小,以便它等于五个空格。 (按下 Tab 键时我只会插入五个空格,但由于要求,这不是一个选项。)这可能吗?

I figured out how to get a TextField to maintain focus when the tab key is pressed (using an event listener on FocusEvent.KEY_FOCUS_CHANGE), but what I'd like to do is control the size of the tab character in the TextField so that it is equal to five spaces. (I would just insert five spaces when the tab key is pressed, however due to requirements this is not an option.) Is this possible?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

ヅ她的身影、若隐若现 2024-08-30 03:19:18

正如您所看到的,TextFormat 类有一个缩进属性:
http://livedocs.adobe.com/flash/ 9.0_fr/ActionScriptLangRefV3/flash/text/TextFormat.html#indent

您可以在事件处理程序中修改缩进的值。

您可以复制/粘贴您正在使用的代码吗?您使用哪个版本的 AS?

As you can see the TextFormat class have an indent property :
http://livedocs.adobe.com/flash/9.0_fr/ActionScriptLangRefV3/flash/text/TextFormat.html#indent

You can modify the value of the indent in your event handler.

Can you copy/paste the code you're using? Which version of AS do you use?

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