[Checkins] SVN: bluebream/website/docs/v1.0/ default skin question

Baiju M baiju.m.mail at gmail.com
Wed May 19 00:06:29 EDT 2010


Log message for revision 112506:
  default skin question
  

Changed:
  U   bluebream/website/docs/v1.0/faq.rst
  U   bluebream/website/docs/v1.0/manual/skinning.rst

-=-
Modified: bluebream/website/docs/v1.0/faq.rst
===================================================================
--- bluebream/website/docs/v1.0/faq.rst	2010-05-19 03:51:35 UTC (rev 112505)
+++ bluebream/website/docs/v1.0/faq.rst	2010-05-19 04:06:29 UTC (rev 112506)
@@ -448,9 +448,19 @@
 assumptions that they are there, with very specific names, which are
 not type checked.
 
-How can I register a content provider without using viewlet managers?
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+How to set default skin ?
+~~~~~~~~~~~~~~~~~~~~~~~~~
 
+Use the ``browser:defaultSkin`` directive::
+
+  <browser:defaultSkin name="skinname" />
+
+For more details about skinning, read the :ref:`man-browser-skinning`
+documentation.
+
+How can I register a content provider without using viewlet managers ?
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+
 You need to create and register simple adapter for object, request
 and view that implements the ``IContentProvider`` interface::
 

Modified: bluebream/website/docs/v1.0/manual/skinning.rst
===================================================================
--- bluebream/website/docs/v1.0/manual/skinning.rst	2010-05-19 03:51:35 UTC (rev 112505)
+++ bluebream/website/docs/v1.0/manual/skinning.rst	2010-05-19 04:06:29 UTC (rev 112506)
@@ -1,3 +1,5 @@
+.. _man-browser-skinning:
+
 Skinning
 ========
 



More information about the checkins mailing list