Integration/Appearance.md
... ...
@@ -1,32 +0,0 @@
1
-#Appearance
2
-
3
-[[_TOC_]]
4
-
5
-###Introduction
6
-
7
-Izenda Reports fully integrates with your application both at the program level and visually. All visual aspects of Izenda Reports are user customizable and can be made to match your existing application's visual look and feel. These are some of the quickest ways to change the look and feel of our application in order to blend seamlessly with your product or application.
8
-
9
-###Setting Custom CSS and Navigation Image Files
10
-
11
-An example of how to set custom CSS:
12
-
13
- * download the archive
14
- * [CSS.ZIP](http://wiki.izenda.us/Integration/Appearance/css.zip)
15
- * edit the CSS files, **but do not change the selector names or the filenames**
16
- * save the edited files to your server where they can be accessed via absolute urls
17
- * navigate to the settings.aspx page
18
- * navigate to the "Images & CSS" tab
19
-
20
- ![](http://wiki.izenda.us/Appearance/ImagesCssTab.png)
21
- * enter the new absolute URLs of the CSS files
22
- * fully clear your cache and restart the application
23
-
24
-After resetting and clearing the cache, the CSS changes should reflect in Izenda Reports.
25
-
26
-###Setting the Report List page (ReportList.aspx) CSS
27
-
28
-Although the html element styles are hard coded into the application, it is possible to change them by simply placing a style tag into the page right after the end of the form. [[Please see this example]].
29
-
30
-###Customer Integration Samples
31
-
32
-We have screenshots of our customers' integrated solutions available [here](http://www.izenda.com/Site/Pages/Clients.aspx).
... ...
\ No newline at end of file
Integration/Tutorials/Appearance.md
... ...
@@ -0,0 +1,32 @@
1
+#Appearance
2
+
3
+[[_TOC_]]
4
+
5
+###Introduction
6
+
7
+Izenda Reports fully integrates with your application both at the program level and visually. All visual aspects of Izenda Reports are user customizable and can be made to match your existing application's visual look and feel. These are some of the quickest ways to change the look and feel of our application in order to blend seamlessly with your product or application.
8
+
9
+###Setting Custom CSS and Navigation Image Files
10
+
11
+An example of how to set custom CSS:
12
+
13
+ * download the archive
14
+ * [CSS.ZIP](http://wiki.izenda.us/Integration/Appearance/css.zip)
15
+ * edit the CSS files, **but do not change the selector names or the filenames**
16
+ * save the edited files to your server where they can be accessed via absolute urls
17
+ * navigate to the settings.aspx page
18
+ * navigate to the "Images & CSS" tab
19
+
20
+ ![](http://wiki.izenda.us/Appearance/ImagesCssTab.png)
21
+ * enter the new absolute URLs of the CSS files
22
+ * fully clear your cache and restart the application
23
+
24
+After resetting and clearing the cache, the CSS changes should reflect in Izenda Reports.
25
+
26
+###Setting the Report List page (ReportList.aspx) CSS
27
+
28
+Although the html element styles are hard coded into the application, it is possible to change them by simply placing a style tag into the page right after the end of the form. [[Please see this example]].
29
+
30
+###Customer Integration Samples
31
+
32
+We have screenshots of our customers' integrated solutions available [here](http://www.izenda.com/Site/Pages/Clients.aspx).
... ...
\ No newline at end of file