cancel
Showing results for 
Search instead for 
Did you mean: 

Display vertical text in body page

Former Member
0 Kudos

Hi Gurus,

I want to display vertical text(90 degrees angle) in my body page. Can u pls advice me how to do??

Regards,

Srini

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Srini,

Drag and drop a 'Text' or 'TextField' from the library palette into the design view. Select the UI element.

Go to Object Palette -> Layout . There you will find 4 icon buttons for rotation of the text. Please try.

Thanks & Regards,

Sanoosh

Former Member
0 Kudos

Hi Sanooosh,

PLs give me your email id so that I can explain better abt my probelm. The Text rotation should be inside dynamic table in my body page. My gmail is srivrss

Regards,

Srini

Former Member
0 Kudos

Hi Srini,

I would prefer you to explain the problem in the forum itself sothat it will be beneficial for others as well.

Anyway, it is possible to rotate the text in the dynamic table as well.

1) Find the text to rotate by looping the dynamic table (use javascript function, "xfa.resolveNodes()" to loop).

2) Rotate it using the script in appropriate event.

tab1.data.textField.rotate = "90";

Please let me know if you need more help.

Thanks & Regards,

Sanoosh

Former Member
0 Kudos

CAN U PLS EXPALIN ME EVEN MORE DEATIL.

Former Member
0 Kudos

IF U HAVE TEAM VIEWER , I CAN SHOW U MY PROBLEM.

Former Member
0 Kudos

Hi Srini,

Explain the exact problem.

Former Member
0 Kudos

Hi Santosh,

I have gone through this issue from srinivas.

I had a text element on the form.

When I try to set the anchor to 90/180 degrees it just giving a warning message.

But when I try to set the anchor to 270 degrees, it works and rotates as expected.

So here we want 90 degrees but couldn't is it a bug from ADLC or do we need to have any other steps.

Cheers,

Sai

Former Member
0 Kudos

Hi Sai,

Here I am not getting any warning message when the textField is rotated to any of the degrees (90,0180 or 270). The rotation is proper. What is the message that you are getting?

As we know the rotation of any field in a table is a simple thing, here i guess the problem to be something different.

Thanks & Regards,

Sanoosh