It can be implemented in AIKI Core or in Admin Panel (not touching the
core).

in AIKI Core it could be the url "widget/widget_name" and it show

<html>
  <head>
      <link href="[root]/style.php?site=default&widgets=<only_one_id>"/>
  </head>
<body>

    <content of the widget>

</body>
</html>

In Admin Panle I'm planing to use JSON-RPC service in /assets/apps/admin
folder so it can be implemented as RPC method

get_widget_content
get_widget_css

and using ajax call those methods and render them in jQuery UI Dialog.

-- 
You received this bug notification because you are a member of Aiki
Framework Developers, which is subscribed to aikiframework.
https://bugs.launchpad.net/bugs/670559

Title:
  view widget link button

Status in Aiki Framework:
  Confirmed

Bug description:
  I would like to click a button to view the current widget (link) in a
  new window / tab

To manage notifications about this bug go to:
https://bugs.launchpad.net/aikiframework/+bug/670559/+subscriptions

_______________________________________________
Mailing list: https://launchpad.net/~aikiframework-devel
Post to     : aikiframework-devel@lists.launchpad.net
Unsubscribe : https://launchpad.net/~aikiframework-devel
More help   : https://help.launchpad.net/ListHelp

Reply via email to