Morteza QorbanAlizade

Results 7 comments of Morteza QorbanAlizade

I want to access element, for example I want send `$index` to `callback` function: `hotkey="{'alt+a': addNewItem($index)}"` ``` hotkeys.bindTo($scope) .add({ combo: 'alt+a', description: 'Add new Item', callback: (event, hostkey, index) =>...

@aramando I want to delete a row in a table, so I need `$index`

You should enter your `FTP server` information include username, password and hostname in `handler.php` file `brdidge/php`. ``` $oFtp = new FileManager(array( 'hostname' => 'ftp.test.com', 'username' => 'username', 'password' => 'password',...

I Solved the problem after many search and test codes. mabye help someone I Add time stamp to file name if repetitive. **In main.js file** ``` function checkRepetitive(file) { var...