Jump to content

Search the Community

Showing results for tags 'change'.

  • Search By Tags

    Type tags separated by commas.
  • Search By Author

Content Type


Forums

  • Welcome
    • Start Here!
    • News
  • Software-Related Talk
    • Documentation
    • Getting Started
    • The JavaScript Library
    • FusionPro® VDP Creator
    • FusionPro® VDP Producer
    • FusionPro® VDP Server (API)
    • FusionPro® Expression®
    • MarcomCentral®
  • Support
    • Issues, Questions, Etc.
    • Digital Workflow Documents
    • Fonts
  • Off Topic
    • Customer Polls
    • Job Board (Moderated)
    • Reviews, Rants, and General Musings

Find results in...

Find results that contain...


Date Created

  • Start

    End


Last Updated

  • Start

    End


Filter by number of...

Joined

  • Start

    End


Group


About Me


Location


Occupation


FusionPro VDP software version


OS


Acrobat Version


Homepage


ICQ


AIM


Yahoo


MSN


Skype


User Title

Found 3 results

  1. I currently have 3 rules to change the numbers in the specific field to a different font. These rules work. RuleAddressFont return Field("Address").replace(/(\d+)/g,'<f name="Gotham Medium">$1</f>'); RuleFaxFont return Rule("RuleFaxFormat").replace(/(\d+)/g,'<f name="Gotham Medium">$1</f>'); RulePhoneFont return Rule("RulePhoneFormat").replace(/(\d+)/g,'<f name="Gotham Medium">$1</f>'); I need assistance with the following: 1. Including change in font size & leading for the numbers: Font size with Gotham Medium should be 7pt with 8.4pt leading 2. Including ( ) and - characters in the phone & fax rules If someone can use the phone or fax rule above to show me how to do this, I can then apply it to the others. All help will be much appreciated.
  2. Please help. I'm programming a business card template and the customer uses 2 colors for the name. First Letter is PANTONE 2717 C and all other letters are Pantone 659 C. Will someone help me write a javascript rule for this? Thanks!
  3. I'm having trouble writing a rule to change the color of the "@" symbol to black while keeping the rest of the email address red. When I validate the rule it returns my field correctly but it is not changing the color when I preview it. I have checked and I labeled the color exactly how it is spelt in my loaded colors and I have "treat returned strings as tagged text" selected. What am I missing? Thanks! return Field("Email").replace(/@/g, '<color name="Black">@</color>');
×
×
  • Create New...