docsforadobe / javascript-tools-guide

25 stars 11 forks source link

Border style `topDivider` added to documentation. #3

Open SetTrend opened 2 years ago

SetTrend commented 2 years ago

The Adobe Photoshop script "Image Processor.jsx" at C:\Program Files\Adobe\Adobe Photoshop 2022\Presets\Scripts comes with a border style value of topDivider for a number of panels.

This value draws a gray line at the top of a panel:

Image Processor Dialog (original)

The topDivider value is currently undocumented. This pull request adds the corresponding documentation.

zlovatt commented 2 years ago

Other considerations and notes that should be added: does this work in every hostapp? How long has this been part of Extendscript?

If it's only specific to Photoshop 22+, then a warning should be added noting this.

SetTrend commented 2 years ago

Hi @zlovatt!

As I replied in my other PR to your request: This is something only an Adobe employee can answer. I'm just a user trying to help. I don't have any insights of when or where this feature was added by Adobe.

zlovatt commented 2 years ago

@SetTrend Also verifiable by going and checking various hostapps and versions of PS yourself! It's all anyone else is doing, and would go a long way to ensuring the documentation is accurate.