silverstripe-frontend icon indicating copy to clipboard operation
silverstripe-frontend copied to clipboard

Using widgets with static publisher

Open mateusz opened this issue 11 years ago • 1 comments

@adrexia what was it with the static publisher that you had to hack? The URL had to go to "/.html" instead of "?start=" or something like that? Ta :)

mateusz avatar May 18 '13 06:05 mateusz

Something like that. I needed to grab the statically generated pages, so I did this for the URL:var url = $('#PageNumbers a.next').attr('href');

adrexia avatar May 18 '13 07:05 adrexia