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

mrjaymyers
mrjaymyers
Offline

Badges

Badges
1

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
1

Discussions

Discussions
0

Questions

Questions
1

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by mrjaymyers
Customize the badges you want to showcase on your profile
Re: Dynamically change text field type - Adobe LiveCycle 31-01-2011
Actually, you can dynamically change a textfield.type. AS2.0You need two elements.txt.type = "input";txt.selectable = true;However, if you have the textfield in a btn you will need todelete the onRelease function before you can make the tf function correctly.btn.onRelease = function() { delete this.onRelease; this.txt.type = "input"; this.txt.selectable = true; }

Views

167

Likes

0

Replies

0