XFileSharing Pro - Add extra Export option with btn´s

Message
Author
Neo_000
Posts: 32
Joined: Jun 26, 2011 11:50 pm

Add extra Export option with btn´s

#1 Postby Neo_000 » Oct 24, 2011 10:57 am

Hi,

I want to add a option more to the Folder export...

This could be the code or not??

push @btn, &file->(thumb_url) ? btn[<input type="button" name="Verweis" value="$file->{file_name}"
onClick="javaScript:void(window.open('$file->{download_link}'));">

admin
Site Admin
Posts: 1839
Joined: Mar 22, 2006 12:32 pm

#2 Postby admin » Oct 24, 2011 12:43 pm

Not sure what are you trying to do.

Neo_000
Posts: 32
Joined: Jun 26, 2011 11:50 pm

#3 Postby Neo_000 » Oct 24, 2011 1:13 pm

I want to add a extra export optin, that it create this format of links:

<input type="button" name="Verweis" value="Part8"
onClick="javaScript:void(window.open('https://site.url/xxx.html', 'part8'));">

Neo_000
Posts: 32
Joined: Jun 26, 2011 11:50 pm

#4 Postby Neo_000 » Oct 25, 2011 3:47 pm

Nobody any options? Did somebody allready changed this in his own script?