Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

fshuja
fshuja
Offline

Badges

Badges
8

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts & Comments

Posts & Comments
18

Discussions

Discussions
0

Questions

Questions
10

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by fshuja
Customize the badges you want to showcase on your profile
Re: How to access form variables? - Adobe LiveCycle 12-03-2010
I just found that i need to create variables like this form1.#subform[0].#variables[0].customerData - (JavaScript, client) var data= "faraz"; var cPage= 1; var tPages= 3; var showData= function() {app.alert('in show data');}; var showPager= function() {app.alert('in show pager');};then i can access from anywhere like thiscustomerData.showPager();orapp.alert(customerData.data);

Views

312

Likes

0

Replies

0
Re: How to access form variables? - Adobe LiveCycle 12-03-2010
You have declared the customerData in the click event of button. I want to write the customerData in Form variable (i.e. global) so that i can access it from any event of any field.

Views

307

Likes

0

Replies

0
Re: How to access form variables? - Adobe LiveCycle 12-03-2010
Now nothing happened on click.

Views

305

Likes

0

Replies

0
How to access form variables? - Adobe LiveCycle 12-03-2010
I have created a form variable named customerData like this{ data: "faraz", cPage: 1, tPages: 3, showData: function() {alert('in show data');}, showPager: function() {alert('in show pager');}};Now i am trying to access the cPage from onclick of a button with this codeapp.alert(customerData.cPage);but its giving me undefiend.How to access the cPage, tPages values?

Views

1.7K

Likes

0

Replies

7
Re: How to create a rounded corner table? - Adobe LiveCycle 12-03-2010
I am getting something like this (Check out the top-left and top-right corners they are not rounded)

Views

270

Likes

0

Replies

0
How to create a rounded corner table? - Adobe LiveCycle 11-03-2010
How to create a rounded corner for a table like the attached image? The table is dynamic (Rows adds/delete at runtime) and i want to maintain the rounded corner.

Views

1.3K

Likes

0

Replies

3
Styling Drop-Down List? - Adobe LiveCycle 11-12-2009
i want to stylize a drop down list like the image attached. How can i do that?I was able to modify the border easily. The main problem is the color of drop-downed text background colors (default and hover)thanks

Views

500

Likes

0

Replies

1
Text Field color? - Adobe LiveCycle 11-12-2009
When i select a color using designer for Text Field, it is applied to both caption and the typing text inside the text field.I want a different color for text field type.How can i do this?thanks

Views

517

Likes

0

Replies

1
Textfield Caption on seperate line? - Adobe LiveCycle 10-12-2009
hi,Using LiveCycle when drag the text field on a page the captions and text box are on same line.I want captions and text box on seperate line, how can i do this?thanksFaraz

Views

714

Likes

0

Replies

1
Geting embeded image from PDF? - Adobe LiveCycle 03-12-2009
I have a PDF document in which there are some images embeded. I want to edit those images. The images are embeded into the PDF. When i click on image in LiveCycle Designer it shows me a embed link (./abc/someimage.png). How can i get that image?I want to get that image, edit in some photo editer and then again linked to the PDF.Any help?thanksFaraz

Views

597

Likes

0

Replies

2