Active
Project:
Graph API
Version:
8.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
9 May 2011 at 12:09 UTC
Updated:
25 Nov 2013 at 15:48 UTC
Jump to comment: Most recent
We need to be able to click on a node to display more info on that node.
The system spits out a graphapi-node with a graphapi-title and optional graphapi-content. This is in place for graphapi-devel module spitting out content like
<div class="graphapi-node" id="graphapi-sys_mod_lay-29107dcce33a90f4f5b434d442c1a307" style="position: absolute; left: 632.7px; top: 487.633px;">
<div style="background-color: #00ff00;" class="graphapi-title">rdf</div>
<div title="rdf" class="graphapi-content">stdClass Object
(
[uri] => modules/rdf/rdf.module
-- cut --
)
</div></div>
but we need integration with ie jQuery dialog.
Comments
Comment #1
clemens.tolboomWhen having a display mode for all our entities the site builders can define how to render these entities.
For this to work we need the URI for entities.
These URIs can then be used for overlay purposes.
Comment #2
clemens.tolboomCheckout http://pixeljets.com/blog/improving-user-experience-using-dialogs-profil... for dialogs.
Comment #3
clemens.tolboomUse something like
(danke blackice2999)
Comment #4
clemens.tolboomSee also #1812356: Define proper node info callback infrastructure.
Comment #5
clemens.tolboomComment #6
clemens.tolboomMoved to Drupal 8