Question
[CS3] Get the text frame of a topic
Hello,
I create a index in InDesign CS3. Each topic has one or more reference.
myDoc = app.documents[0];
myIndex = myDoc.indexes[0];
myTopic = myIndex.topics.item("Folder");
myRef = myTopic.pageReferences;
How can I check, if the selected text frame has this reference?
Thank you in advance
Harald
I create a index in InDesign CS3. Each topic has one or more reference.
myDoc = app.documents[0];
myIndex = myDoc.indexes[0];
myTopic = myIndex.topics.item("Folder");
myRef = myTopic.pageReferences;
How can I check, if the selected text frame has this reference?
Thank you in advance
Harald