English 中文(简体)
小型树苗
原标题:Persistent copy&paste for jstree nodes

文件的文字与文字设计的缺省办法足够容易,而且效果良好,但仅限于装货页的Javagust变量范围内。

具体来说,如果我选择复制件,然后照样照样工作。 然而,如果我选择复印件,然后重载该页,那么过去不会奏效,因为现在丢失了复印数据。

我如何做这项工作? 我猜想,一些东西需要储存,并从一个厨师中取回。 我发现什么地方? 另外,在这种使用的情况下,是否存在着一种原始选择?

问题回答

根据你们的听众,我将设法通过html5地方储存执行一份复印/剪辑。 某些简单文本的复印件应当很容易执行。

Html 5 local storage is just a key:value pair that is stored on the users local web browser memory. Therefore it ll be maintained through a web browser reload. Heck it even should be able to be saved if they accidentally close out of the browser completely!

我想用一点小script,如果你使用像JQuery这样的图书馆,那就太难执行。 你们甚至可以得到多份复印件的附加好处,因为你可能只是具有多个关键因素:价值。

审视一下我所认为的教导,我非常希望了解如何开始研究:

As far as I understand you can write a new plugin for jstree to get this done.

查询here ,以了解目前的CR PluRMgin。 如果你发现难以找到该地点,则在上述相关档案中为CRRM提供材料。

我猜测,你可以研究如何以类似的方式执行和实施方法,但坚持不懈。





相关问题
CSS working only in Firefox

I am trying to create a search text-field like on the Apple website. The HTML looks like this: <div class="frm-search"> <div> <input class="btn" type="image" src="http://www....

image changed but appears the same in browser

I m writing a php script to crop an image. The script overwrites the old image with the new one, but when I reload the page (which is supposed to pickup the new image) I still see the old one. ...

Firefox background image horizontal centering oddity

I am building some basic HTML code for a CMS. One of the page-related options in the CMS is "background image" and "stretch page width / height to background image width / height." so that with large ...

Separator line in ASP.NET

I d like to add a simple separator line in an aspx web form. Does anyone know how? It sounds easy enough, but still I can t manage to find how to do it.. 10x!

热门标签