-
Notifications
You must be signed in to change notification settings - Fork 75
Theming Section for Individual Widgets #144
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
c046350
6fd8b57
cbb8b80
cc5e32a
0ed461a
08b0137
87d4963
dc25c45
fb04089
d0f362f
4d13be8
1c492b2
66e3459
1fe6736
85361a2
9493a34
f65b2de
d424e10
e164283
9517b68
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,6 +28,27 @@ | |
<li>ALT+PAGE DOWN: Move focus to the next tab and immediately activate.</li> | ||
</ul> | ||
|
||
<xi:include href="../includes/widget-theming.xml" xmlns:xi="http://www.w3.org/2003/XInclude"/> | ||
|
||
<ul> | ||
<li> | ||
<code>ui-tabs</code>: The outer container of the tabs. This element will additionally have a class of <code>ui-tabs-collapsible</code> when the <a href="#option-collapsible"><code>collapsible</code></a> option is set. | ||
<ul> | ||
<li> | ||
<code>ui-tabs-nav</code>: The list of tabs. | ||
<ul> | ||
<li>The active list item in the nav will have a <code>ui-tabs-active</code> class. Any list item whose associated content is loading via an Ajax call will have a <code>ui-tabs-loading</code> class. | ||
<ul> | ||
<li><code>ui-tabs-anchor</code>: The anchors used to switch panels.</li> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I wonder why the tabs stylesheet doesn't use this class. Instead it has a generic There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I think I added |
||
</ul> | ||
</li> | ||
</ul> | ||
</li> | ||
<li><code>ui-tabs-panel</code>: The panels associated with the tabs. Only the panel whose corresponding tab is active will be visible.</li> | ||
</ul> | ||
</li> | ||
</ul> | ||
|
||
<h3>Dependencies</h3> | ||
<ul> | ||
<li><a href="/category/ui-core/">UI Core</a></li> | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
<?xml version="1.0"?> | ||
<div> | ||
<h3 id="theming">Theming</h3> | ||
|
||
<p>The <placeholder name="name"/> widget uses the <a href="/theming/css-framework">jQuery UI CSS framework</a> to style its look and feel. If <placeholder name="name"/> specific styling is needed, the following CSS class names can be used:</p> | ||
</div> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mention that the modal option creates an element with the
ui-widget-overlay
class?There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The note right above this is about widget-specific classes. Perhaps just add a sentence outside of the list?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah I've taken the outside sentence approach elsewhere and I think it makes sense here. This should be listed.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added tjvantoll@e164283.