Search: concept

Last modified by Vincent Massol on 2014/10/21

Results 1 - 10 of 47 next page » Page 1 2 3 4 5

XWiki Concerto

Located in
Last modified by Eduard Moraru on 2024/07/05
Objects
. === State Management A state represents all the content of a replicated XWiki. This concept derives from the fact that XWoot and XWiki do not share the same data on an implementation level and, before being able to start to function properly, XWoot needs to have its data initialized.

ExtensionSheet

Located in
Last modified by Admin on 2024/07/08
Objects
In addition, this macro introduces the concept of **children order** for a parent. However, the children order is used by default only by the hierarchy macro; if this order needs to be used in other places in the wiki as well, those places need to be customized to use this additional information introduced by the macro.

Embed macro

Located in
Last modified by Admin on 2024/10/17
Objects
See the [[Model>>path:http://extensions.xwiki.org/xwiki/bin/view/Extension/Model%20Module]] module to understand the concept of references. Available since XWiki 3.4M1.

Totem Application

Located in
Last modified by Admin on 2024/07/08
Objects
A section can be displayed with different ways according to the concept of displayers (For example : Carousel, Article, image, video, simple text ...etc).

Labelled Color Application

Located in
Last modified by Djebloun Sidali on 2024/07/05
Objects
comment : Hi Sidali, Interesting concept :) Some feedback: - ThemesCode space pages should be hidden, same for pages inside Themes space (the generated pages); - Themes should have an entry in the Applications panel, read more at http://contrib.xwiki.org/xwiki/bin/view/Main/WebHome#HApplicationDesign - Your application pages are orphans, run ##xar:format## on pages to check them for such cases - You have problems with the translations, "xwiki.themes.createTheme" does not find the key (tested for english) - The picker is not working, tested with IE9, Chrome 31 and Firefox 26 - You could have used the icon from the default Silk icon set For me is not clear what exactly this application is supposed to do.

Delete Space

Located in
Last modified by Vincent Massol on 2022/05/03
Objects
comment : I am new to the whole wiki concept and am trying to delete a Space - Systems&Infrastructure ?

UIExtension Module

Located in
Last modified by Thomas Mortagne on 2024/07/05
Objects
More precisely, through the concepts of UI Extension Points/UI Extension, it allows Skins (and any Extensions) to provide places in the UI to let other Extensions contribute some custom content that will be inserted.

Panels Application

Located in
Last modified by Marius Dumitru Florea on 2024/07/05
Objects
. === Create Page Panel === {{warning}} Since the introduction of [[Nested Pages>>xwiki:Documentation.Features.ContentOrganization]] this Panel has been deprecated since the concept of Space is now hidden and replaced by the concept of Nested Pages.

Discussions Macro

Located in
Last modified by Thomas Mortagne on 2024/08/28
Objects
Applications of the discussions application dedicated to end users can be found in: * the [[discussions message stream application>>Extension.Discussions - Message Stream.WebHome]] * the [[ActivityPub Application>>Extension.ActivityPub Application]] {{/warning}} Discussions Macro is built on top of several modules that can be useful when integrating the discussions in a new context: * [[Extension.Discussions Server.WebHome]] * [[Extension.Discussions REST.WebHome]] = Concepts = == Discussion Context == A discussion context represents a context that can be linked to a discussion.
However, since Discussions 2.0 it's possible for the applications which relies on Discussions to configure where to store the different elements, and to dynamically chose the storage location. To do so, two concepts have been put in place: an ###applicationHint### must be used in the various API which defines the ###DiscussionStoreConfiguration### component that should be used.

Docker-based Testing

Last modified by Marius Dumitru Florea on 2024/07/05
Raw document content
{{/version}} = Examples = == Full Examples == * {{scm path="xwiki-platform-core/xwiki-platform-menu/xwiki-platform-menu-test/xwiki-platform-menu-test-docker/src/test/it/org/xwiki/menu/test/ui/MenuIT.java"}}MenuIT{{/scm}} * {{scm path="xwiki-platform-core/xwiki-platform-mail/xwiki-platform-mail-test/xwiki-platform-mail-test-docker/src/test/it/org/xwiki/mail/test/ui/MailIT.java"}}MailIT{{/scm}} == Example 1: Basic test == {{code language="java"}} @UITest public class SeleniumTest { @Test public void test(XWikiWebDriver driver, TestUtils setup) { driver.get("http://xwiki.org"); assertThat(driver.getTitle(), containsString("XWiki - The Advanced Open Source Enterprise and Application Wiki")); driver.findElement(By.linkText("XWiki's concept")).click(); } } {{/code}} == Example 2: Choosing Container + DB + Browser and versions == {{code language="java"}} @UITest(database = Database.MYSQL, databaseTag = "5", servletEngine = ServletEngine.TOMCAT, servletEngineTag = "8", browser = Browser.CHROME) public class MenuIT ...
next page » Page 1 2 3 4 5
RSS feed for search on [concept]

Get Connected