jdeveloper 中从右到左的 ADF 页面
我正在使用 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 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
您能否确认您当前使用的是哪个版本的 ADF?
我相信您只需要添加:
到您的 adf-faces-config.xml 文件中,按照 ADF 指南。
Could you please confirm which version of ADF you are currently using?
I believe you just need to add:
to your adf-faces-config.xml file, as per the ADF Guide.
本主题将详细讨论如何使 ADF Faces 页面从右向左呈现。
This thread will talk more about how to make ADF Faces pages render right to left.thread.
我相信您在这里唯一需要的是使 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
将默认区域设置更改为“en”
在 faces-config.xml .. 应用程序选项卡中
change the default locale to "en"
in faces-config.xml .. application tab