简体   繁体   中英

How can I set dojo content tab title with space?

I am using Dojo 1.7.1 for my web application for UI and using content tab as a primary way to display information. I generate these content tab dynamically as and when required using ajax calls.

For content tabs, I am facing an issue to have space in content tab title. For example, I want to display tab title as "View Client Details" but it doesn't work with space or . I'm forced to show it as "ViewClientDetails" which is certainly not good and very limiting on User Interface side.

I have searched at dojo forums and found very little docs on this. How can I set dojo content tab title with space?

Thanks in advance.

data-dojo-props="title: 'View Client Details'"

should work.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM