From empty
To version 124.1
edited by Asbjørn Ulsberg
on 2018/09/24 08:34
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,0 +1,1 @@
1 +Home
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.XWikiGuest
1 +xwiki:XWiki.aul
Default language
... ... @@ -1,0 +1,1 @@
1 +en
Tags
... ... @@ -1,0 +1,1 @@
1 +px-custom-page
Content
... ... @@ -1,0 +1,5 @@
1 +== Service area ==
2 +
3 +{{ServiceArea ServiceAreaDescription="We have everything you need in order to receive payments online. Increase your conversion rates in all markets and across all devices. One payment provider, one solution, one interface — it doesn't get easier than this!" ServiceAreaName="eCommerce" ServiceAreaPage="Main.ecommerce.WebHome" ServiceAreaIcon="34_ikon_responsiv_design"}}{{/ServiceArea}}
4 +
5 +{{ServiceArea ServiceAreaDescription="For both live and batch processed invoice payments, Invoicing Service has you covered." ServiceAreaName="Invoicing" ServiceAreaPage="Invoicing" ServiceAreaIcon="19_ikon_faktura"}}{{/ServiceArea}}
payex-developer-portal.png
Author
... ... @@ -1,0 +1,1 @@
1 +xwiki:XWiki.aul
Size
... ... @@ -1,0 +1,1 @@
1 +0 bytes
Content
XWiki.StyleSheetExtension[0]
Caching policy
... ... @@ -1,0 +1,1 @@
1 +long
Code
... ... @@ -1,0 +1,53 @@
1 +#xwikicontent table {
2 + margin: 0
3 +}
4 +
5 +#xwikicontent table td,
6 +#xwikicontent table th {
7 + border: 0;
8 + padding: 0;
9 +}
10 +
11 +#xwikicontent table td:first-of-type {
12 + padding-right: 25px;
13 +}
14 +
15 +#xwikicontent .table-striped td,
16 +#xwikicontent .table-striped th {
17 + padding: 10px;
18 +}
19 +
20 +#xwikicontent .table-bordered td,
21 +#xwikicontent .table-bordered th {
22 + border: 1px solid #ddd;
23 +}
24 +
25 +.floatinginfobox iframe {
26 + border: 0;
27 + height: 169px;
28 + width: 100%;
29 +}
30 +
31 +/* Styling for "Request" headers in code examples */
32 +
33 +.box {
34 + position: relative;
35 +}
36 +
37 +.box > strong + .code {
38 + margin-top: 1.2em;
39 +}
40 +
41 +.box:not(.errormessage) > strong {
42 + display: block;
43 + position: sticky;
44 + box-sizing: content-box;
45 + left: -19px;
46 + right: -19px;
47 + width: 100%;
48 + padding: 5px 19px;
49 + background-color: #e7e7e7;
50 + color: #666;
51 + border-bottom: 1px solid #D1D3D4;
52 + margin: -19px -19px 0 -19px;
53 +}
Content Type
... ... @@ -1,0 +1,1 @@
1 +CSS
Use this extension
... ... @@ -1,0 +1,1 @@
1 +currentPage
XWiki.StyleSheetExtension[1]
Caching policy
... ... @@ -1,0 +1,1 @@
1 +long
Code
... ... @@ -1,0 +1,5 @@
1 +#if(!$xcontext.userReference)
2 +#tmDrawerActivator {
3 + display:none;
4 +}
5 +#end
Content Type
... ... @@ -1,0 +1,1 @@
1 +CSS
Name
... ... @@ -1,0 +1,1 @@
1 +PayEx Stylesheet - Hide menu for anonymous
Parse content
... ... @@ -1,0 +1,1 @@
1 +Yes
Use this extension
... ... @@ -1,0 +1,1 @@
1 +always
XWiki.StyleSheetExtension[2]
Caching policy
... ... @@ -1,0 +1,1 @@
1 +long
Content Type
... ... @@ -1,0 +1,1 @@
1 +CSS
Use this extension
... ... @@ -1,0 +1,1 @@
1 +currentPage
XWiki.WikiMacroClass[0]
Macro code
... ... @@ -1,0 +1,14 @@
1 +{{velocity}}
2 +#set($serviceAreaPageURL = $xwiki.getURL($xcontext.macro.params.ServiceAreaPage))
3 +#set($serviceAreaIcon = $escapetool.xml($xcontext.macro.params.ServiceAreaIcon))
4 +{{html}}
5 +<div class="px-media-item">
6 + <img class="px-media-icon" src="/xwiki/skins/PayEx.XWiki.Skin/svg/${serviceAreaIcon}.svg"/>
7 + <div class="px-media-content">
8 + <a href="$serviceAreaPageURL"><h3 class="px-media-heading">$escapetool.xml($xcontext.macro.params.ServiceAreaName)</h3></a>
9 + <p class="px-media-paragraph">$escapetool.xml($xcontext.macro.params.ServiceAreaDescription)</p>
10 + <a href="$serviceAreaPageURL" class="px-media-link">Documentation</a>
11 + </div>
12 +</div>
13 +{{/html}}
14 +{{/velocity}}
Macro content type
... ... @@ -1,0 +1,1 @@
1 +No content
Default category
... ... @@ -1,0 +1,1 @@
1 +PayEx
Macro description
... ... @@ -1,0 +1,1 @@
1 +Create a list item for a service area. Intended for the front page.
Macro id
... ... @@ -1,0 +1,1 @@
1 +ServiceArea
Macro name
... ... @@ -1,0 +1,1 @@
1 +Service Area
Supports inline mode
... ... @@ -1,0 +1,1 @@
1 +Yes
Macro visibility
... ... @@ -1,0 +1,1 @@
1 +Current Wiki
XWiki.WikiMacroParameterClass[0]
Parameter mandatory
... ... @@ -1,0 +1,1 @@
1 +Yes
Parameter name
... ... @@ -1,0 +1,1 @@
1 +ServiceAreaName
XWiki.WikiMacroParameterClass[1]
Parameter default value
... ... @@ -1,0 +1,1 @@
1 +ServiceAreaDescription
Parameter mandatory
... ... @@ -1,0 +1,1 @@
1 +Yes
Parameter name
... ... @@ -1,0 +1,1 @@
1 +ServiceAreaDescription
XWiki.WikiMacroParameterClass[2]
Parameter default value
... ... @@ -1,0 +1,1 @@
1 +ServiceAreaPage
Parameter description
... ... @@ -1,0 +1,1 @@
1 +XWiki page
Parameter mandatory
... ... @@ -1,0 +1,1 @@
1 +Yes
Parameter name
... ... @@ -1,0 +1,1 @@
1 +ServiceAreaPage
XWiki.WikiMacroParameterClass[3]
Parameter mandatory
... ... @@ -1,0 +1,1 @@
1 +No
Parameter name
... ... @@ -1,0 +1,1 @@
1 +ServiceAreaIcon