Re: [Tiki-users] Displaying a page without any decorations
Jonny Bradley via TikiWiki-users <[email protected]>
| Newsgroups | gmane.comp.cms.tiki.user |
|---|---|
| Message-ID | <[email protected]> |
Thanks Marc, also there's an example of the link you need here:
https://doc.tiki.org/API-Tracker (just a start of a page, needs doing better)
To get it to open in a modal put it in a div with the class "click-modal", e.g.
{DIV(class="click-modal")}[tiki-tracker-update_item?trackerId=42&itemId={{itemId}}]{DIV}
(where {{itemId}} is the itemId on the url, or you might use {display name="object_id"} if you're in a plugin list output)
HTH
jonny
> On 16 Mar 2021, at 16:42, Marc Laporte <[email protected]> wrote:
>
> Some goodies for you :-)
>
> https://doc.tiki.org/PluginLayout
> https://doc.tiki.org/PluginAppFrame
> https://themes.tiki.org/Template-Tricks
>
>
> On Tue, 16 Mar 2021 09:20:04 -0700 Tiki users mailing list [email protected] said
>
>> Hi,
>> I'd like to display a page (a custom "add tracker item" form) in a
>> modal, so I need to hide all the navigation parts of the page, etc. I
>> think I saw a way of doing it (a url parameter?) somewhere in the
>> documentation, but now I can't find it.
>> Thanks,
>> Ilya
>> _______________________________________________
>> TikiWiki-users mailing list
>> [email protected]
>> https://lists.sourceforge.net/lists/listinfo/tikiwiki-users
>
>
>
>
> _______________________________________________
> TikiWiki-users mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/tikiwiki-users
>