added search to the content_menu
This commit is contained in:
@@ -1,9 +1,13 @@
|
||||
<container size='1000,480' color='#0F1E2DB2' padding='8' interval='5' context='menu'>
|
||||
<panel id='contents' pos='15,15' size='440,390' color='0' max-length='406' scrollable='true'>
|
||||
<container size='1000,580' color='#0F1E2DB2' interval='5' context='menu'>
|
||||
<panel id='contents' pos='15,15' size='440,490' color='0' max-length='455' scrollable='true'>
|
||||
<!-- content is generated in script -->
|
||||
</panel>
|
||||
<button pos='15,430' size='440,40' onclick='menu:back()'>@Back</button>
|
||||
<button pos='485,430' size='500,40' onclick='core.open_folder("user:content")'>@Open content folder</button>
|
||||
<button pos='15,525' size='440,40' onclick='menu:back()'>@Back</button>
|
||||
<button pos='485,525' size='500,40' onclick='core.open_folder("user:content")'>@Open content folder</button>
|
||||
|
||||
<panel id='search_panel' size='440,35' pos='15,485' interval='1' color='#0000004C'>
|
||||
<textbox id='search_textbox' placeholder="Search" multiline='false' size='440,25' sub-consumer='function(x) refresh_search() end'></textbox>
|
||||
</panel>
|
||||
|
||||
<panel id='content_info' pos='485,15' size='440,406' color='0' max-length='406' scrollable='true'>
|
||||
<label>@Creator</label>
|
||||
|
||||
Reference in New Issue
Block a user