Hi,
it's about a xhtml-macro definded inside the atlassian-plugin.xml, excerpt:
<xhtml-macro name='excerpt-include-name' class='classShortened' key='xhtml-excerpt-kex' icon='/shortened/images/logo.png'>
<category name="confluence-content"/>
<parameters>
<parameter name="excerpt0" type="confluence-content" required="true">
<option key="includeDatePath" value="true"/>
</parameter>
I already looked at the xhtml-macro documentation, but found no answers to two Problems:
1.
Change the number of possible results, listed as possible-search-result below the input field.
2.
Show the whole name of the page in the listed possible-search-result, long Titles are shortened by dots, e.g.: "This Title of the Page is too fre..."
As far as I found out, the solution would be changing parameters of the css class .aui-dropwdown ol li, but so far trying to overwrite or replace that class have failed.
Thank You