• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Change tag colour

Participant ,
Apr 26, 2017 Apr 26, 2017

Copy link to clipboard

Copied

Hi

I need to change tag colour using javascript. How can i do it ?

Thanks

TOPICS
Scripting

Views

277

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Participant , Apr 26, 2017 Apr 26, 2017

  var doc = app.activeDocument;

  doc.xmlTags.itemByName('send').tagColor = [10,100,150];

Votes

Translate

Translate
Participant ,
Apr 26, 2017 Apr 26, 2017

Copy link to clipboard

Copied

LATEST

  var doc = app.activeDocument;

  doc.xmlTags.itemByName('send').tagColor = [10,100,150];

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines