It's up to your custom application to read in the text that the user types in, wherever that occurs, and somehow convert it to tagging for FusionPro. Once you've done that, you could use a JavaScript rule to modify the tags at composition time. However, since you're already going to be writing some code external to FusionPro, you might as well do all the processing there before the composition.
You can output some tags like so to accomplish the tagging with a right-aligned tab stop and a string of dots (period as leader). <p tabstops="0;36000,Right,,.">hi<t>there The values are in hundredths of a point, 7200 per inch, so in this example the tab stop is at 360 points, or 5 inches. You'll need to modify this value to match the width of the text frame into which you're inserting this text. For the lines without tabs, a simple <p quad="C"> tag will do. Again, I don't know exactly what kind of application you're creating, or what mechanism you're using to read in the user's input. If I knew that, I might be able to help with some coding in whatever language your web application is using. But coding outside of FusionPro is obviously beyond the scope of this forum. Dan +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- FusionPro 5.0 Now Available! Variable text on a curve and soft drop-shadows for variable text LIMITED TIME upgrade offer of $299 per license for current customers: http://fusionpro.printable.com/store/upgrade New licenses available for $599 each at: http://fusionpro.printable.com/store/ All FusionPro 5.0 customers to receive FusionPro 5.1 with Adobe Acrobat 8 and InDesign CS3 support when released for FREE. +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+- -- Users of FusionPro Desktop have unlimited free email support. Contact Printable Support at [EMAIL PROTECTED] -- View FusionPro Knowledge Base, FusionPro Samples at www.printable.com/vdp/desktop.htm -- You are currently subscribed to fusionpro as: [EMAIL PROTECTED] To unsubscribe send a blank email to [EMAIL PROTECTED] -- -- Note: All e-mail sent to or from this address will be received or otherwise recorded by the e-mail recipients of this forum. It is subject to archival, monitoring or review by, and/or disclosure to someone other than the recipient. Our privacy policy is posted on www.printplanet.com --
