GithubHelp home page GithubHelp logo

mekya / editable-jquery-tree-with-php-codes Goto Github PK

View Code? Open in Web Editor NEW
0.0 0.0 0.0 536 KB

Automatically exported from code.google.com/p/editable-jquery-tree-with-php-codes

PHP 40.36% JavaScript 53.92% CSS 5.71%

editable-jquery-tree-with-php-codes's People

Watchers

 avatar

editable-jquery-tree-with-php-codes's Issues

I try to port this tree to .NET

Hello and thank's for a great product.
I try to port the php files into c#. I wonder about the output. Is there 
any website or someone who can send me the output for the ajax?

If I get it to work I'll send it for other to download. 

Original issue reported on code.google.com by [email protected] on 15 May 2009 at 5:38

Schwere Fehler in Safari Browser auf Windows System

Der Safari Browser auf Windows System zeigt das Root Symbol nicht richtig an.
Zudem gibt es einen Fehler, wenn man die Ordner aufklappen möchte, es kommt
zu merkwürdigen Formatierungsfehlern.

Im Internet Explorer 7 wird der Text des Kontextmenüs nicht angezeigt!
Das finde ich auch sehr kritisch.

Ansonsten ist die Arbeit wirklich sehr gelungen, aber an diesen Fehler
sollte man noch arbeiten, um weitere Probleme zu beseitigen :)

Original issue reported on code.google.com by [email protected] on 5 May 2009 at 7:10

Attachments:

i got an following error in chrome console

1) When i am trying to expand a child node in tree i get this issue...

Failed to load resource: the server responded with a status of 500 (Internal 
Server Error) 
http://localhost/tree3/manageStructure.php?action=getElementList&ownerEl=4&_=136
2976765839

and 
my platform is Linux-mint

and my Root path is "/var/www/test"

There is enough permission to read and write files from this path

I am using the latest release of the source...

all other releases which do not include the Cookie features are working 
correctly in the same environment...

Original issue reported on code.google.com by [email protected] on 11 Mar 2013 at 5:03

not working in Chrome

What steps will reproduce the problem?
1. it connects to mysql
2. enter (so edding or editing item), esc, drag and drop are not working in 
chrome


What version of the product are you using? On what operating system?
windows 7, chrome Version 22.0.1229.94 m

Please provide any additional information below.
it is working in IE9!

Original issue reported on code.google.com by [email protected] on 14 Oct 2012 at 1:46

How do I get the URL or address of a file

This is more of a question than an issue, but I wasn't sure where else to post 
it.
I'm having trouble integrating this script with a project of mine.
What I am trying to achieve is to get it, so that when I click on a file in the 
file tree, it will display the contents of the file in a text area. 
To do this, I first need the url or the address of where the file is, which can 
then be opened in PHP.

Any help would be greatly appreciated.

Thanks very much


Original issue reported on code.google.com by [email protected] on 12 Dec 2011 at 5:38

how to remove '+' or '-' sign

What steps will reproduce the problem?
1. if folder has no sub folder or file then it should not have expandable 
sign('+') also not have ('-') sign.
2.
3.

What is the expected output? What do you see instead?
until we not add any sub folder or file it display just folder icon without '+' 
or '-' sign.

What version of the product are you using? On what operating system?
i downloaded editable-jquery-tree-with-php-codes_4Jun2010.zip file

Please provide any additional information below.

Original issue reported on code.google.com by [email protected] on 26 Mar 2013 at 5:40

Drag+Drop Issue

The drag and drop is awesome and seems to work well. However, sometimes you 
Accidentally drag the wrong file/folder into the wrong directly. This happens 
pretty instantly and takes a few seconds to realize what just happened.

Original issue reported on code.google.com by [email protected] on 5 Dec 2012 at 11:20

Refresh Needed

I found another issue, if you move/rename a file, and try to open its location 
afterwards, the file isn't found. The File tree must "refresh" the directory in 
which the change/rename has taken place. 

Original issue reported on code.google.com by [email protected] on 5 Dec 2012 at 11:52

adding pdf files as slave nodes


What is the expected output? What do you see instead?
I want to add pdf files as slave nodes....but it is getting added as a folder

What version of the product are you using? On what operating system?
windows xp...php using dreamweaver cs6...

Please provide any additional information below.
I want a method to get name and all other fields of selected node(clicked once) 
of the tree in my php script.What modifications should i do??And where?The code 
file is attached.

 database table is
+----------+------------------+------+-----+---------+----------------+
| Field    | Type             | Null | Key | Default | Extra          |
+----------+------------------+------+-----+---------+----------------+
| Id       | int(10) unsigned | NO   | PRI | NULL    | auto_increment |
| name     | varchar(45)      | NO   |     | NULL    |                |
| position | int(10) unsigned | NO   |     | 0       |                |
| ownerEl  | int(10) unsigned | NO   |     | 0       |                |
| slave    | binary(1)        | NO   |     | 0       |                |
| f_name   | varchar(45)      | YES  |     | NULL    |                |
| type     | varchar(30)      | YES  |     | NULL    |                |
| size     | int(11)          | YES  |     | NULL    |                |
| content  | mediumblob       | YES  |     | NULL    |                |
+----------+------------------+------+-----+---------+----------------+


Original issue reported on code.google.com by [email protected] on 7 Sep 2012 at 7:03

Attachments:

Double Click on Folders

This doesn't work very well. If you double click to open a directory, that 
works. if you double click to close the same directory, it quickly closes and 
reopens. 

Original issue reported on code.google.com by [email protected] on 5 Dec 2012 at 11:18

Cant remove folder of first line of the tree

What steps will reproduce the problem?
1. in demo mode try to remove the first folder (FIREFOX or CHROME)
2. Alert will be displayed with message "An error occured in the operation"
3. But if you move this folder inside of another folder, then you can 
remove it without problems.

What is the expected output? What do you see instead?
remove folder correctly.

What version of the product are you using? On what operating system?
Lasted (3APR2010)

Please provide any additional information below.

Like i said can't delete a folder from the first line of the tree.


Original issue reported on code.google.com by [email protected] on 12 May 2010 at 4:29

Can not move file or folder inside empty folder

What steps will reproduce the problem?

1. When i try to move file or folder under a empty folder, its does not move.


I am using editable-jquery-tree-with-php-codes_4Jun2010.zip on xampp under 
windows

Original issue reported on code.google.com by [email protected] on 11 Jun 2014 at 5:25

Right click not working for firefox 3.5.8 on OS x 10.6

What steps will reproduce the problem?

Try right click for firefox 3.5.8 on OS x 10.6


What is the expected output? What do you see instead?

Right click to show drop down / Nothing Happens


What version of the product are you using? On what operating system?

Using Mar25th download with firefox 3.5.8 on OS x 10.6



Original issue reported on code.google.com by [email protected] on 31 Mar 2010 at 4:31

Drag and drop issue.

When i try to drag a file from one folder into another . it gives an error 
saying "An error occured in the operation
Page will be reloaded."

Dont understand why its coming. Any one please help. :(


Original issue reported on code.google.com by [email protected] on 21 May 2013 at 6:52

Please Add these to project

1-) please add the table adapter
sample:
class DBTreeManager
 {
    private $db;
    private $name="kategori";
    private $position="sira";
    ...
$sql = sprintf('INSERT INTO ' 
                                . TREE_TABLE_PREFIX . '_elements('.$this->name.', '.$this->position.', '.$this->ownerEl.', '.$this->slave.')

2-) please add the Js-Images-Dir to TREE.options
sample: TREE.option.IMAGES_DIR+'plus.gif'

Original issue reported on code.google.com by [email protected] on 14 Dec 2011 at 6:04

Drag and drop not working.

When i try to drag a file from one folder to another it gives an error saying 
"An error occurred in the operation. The page will be reloaded."
This is a predefined error which is called in init.js file. Please help.

Original issue reported on code.google.com by [email protected] on 5 Jun 2013 at 4:38

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.