Visualforce ページにカスタム コンポーネントがあり、次の属性が必要です。
<c:myCustomComponent id="myCC" attr='Some value'></c:myCustomComponent>
属性値をjavascriptから動的に変更したい。を試し getElementById('myCC').setAttribute('other value')
ましたが、うまくいかないようで、DOM にはカスタム コンポーネント ID への参照がありません。