jdeveloper 中从右到左的 ADF 页面

发布于 2024-12-26 09:52:47 字数 144 浏览 7 评论 0原文

我正在使用 oracle jdeveloper 和 adf,并且制作了一个 (fusion web application (adf)) app 。 现在我的问题是.. 我怎样才能有从右到左的页面?或者如何将 JSF/Facelets 页面的对齐方式更改为从右到左? 谢谢。

I am using oracle jdeveloper and adf and I made a (fusion web application (adf)) app .
Now my question is ..
how can I have a right to left page ? Or how to change alignment of a JSF/Facelets page to Right-To-Left ?
Thanks.

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

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

发布评论

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

评论(4

笙痞 2025-01-02 09:52:47

您能否确认您当前使用的是哪个版本的 ADF?

我相信您只需要添加:

<right-to-left>true</right-to-left>

到您的 adf-faces-config.xml 文件中,按照 ADF 指南

Could you please confirm which version of ADF you are currently using?

I believe you just need to add:

<right-to-left>true</right-to-left>

to your adf-faces-config.xml file, as per the ADF Guide.

森林很绿却致人迷途 2025-01-02 09:52:47

本主题将详细讨论如何使 ADF Faces 页面从右向左呈现。

This thread will talk more about how to make ADF Faces pages render right to left.thread.

万劫不复 2025-01-02 09:52:47

我相信您在这里唯一需要的是使 jsp 页面的视图标记的语言指向 RTL 行为的语言,例如阿拉伯语,这不仅会使其从右到左,而且会将所有字符串国际化满足您的语言需求的组件

I believe the only thing you need in here is to make the language of the view tag of your jsp pages point to language of RTL behavior like Arabic for instance, this won't only make it right to left, but will internationalize all the strings of the components to suit your language needs

摘星┃星的人 2025-01-02 09:52:47

将默认区域设置更改为“en”
在 faces-config.xml .. 应用程序选项卡中

change the default locale to "en"
in faces-config.xml .. application tab

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