File Genie PHP Support Product Page

Trying to perform the basic demo

Asked 01 Feb 2014 15:27:13
1
has this question
01 Feb 2014 15:27:13 Christian Wilson posted:
Trying to perform the basic demo and when I try to ApplyServerBehavior FolderListRepeater to the two select objects I get a javascript error.
Here is what I have


<?php require_once('http://columbiarivercamaroclub.com/ScriptLibrary/incFileGenie.php'); ?>
<?php
// *** Folder List 1.06
$test = new fileGenie();
$test->path = "http://columbiarivercamaroclub.com/gallery/4images/data/media";
$test->allowedExtensions = "";
$test->includeFolders = true;
$test->showThumbnailsOnly = false;
$test->thumbnailsSuffix = "_small";
$test->naming = "suffix";
$test->thumbPath = "";
$test->processFolder("fileName", "ASC");
?>

<?php echo $test->folderList("fileName"); ?>
<?php echo $test->folderList("size"); ?>


using CC

Replies

Replied 03 Feb 2014 11:55:36
03 Feb 2014 11:55:36 Teodor Kuduschiev replied:
Hello,
Please clear you DW cache and try again: www.dmxzone.com/go/16740/clearing-dreamweaver-s-cache/

Reply to this topic