Difference between revisions of "MobileApps-What does the coloring mean on the list of event?"

From Support Wiki
Jump to navigation Jump to search
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
<html>
+
<div xmlns="http://www.w3.org/1999/xhtml">
<head>
+
  <div style="text-align: left;">[[MobileApps-TableOfContents|Table of Contents]] | [[MobileApps-Staff_App_Event_Features_FAQs|Previous]] | [[MobileApps-Does_the_search_in_events_search_within_the_even|Next]] | [[MobileApps-Index|Index]]</div>
<style>
+
  <div style="color: #999999; font-family: sans-serif; font-size: 10pt; text-align: left;">
container {
+
     <span>[[MobileApps-Staff_App_Event_Features_FAQs|Staff App Event Features FAQs]]</span> : What does the coloring mean on the list of events?</div>
     width:100%;
+
  <hr />
    border:1px solid #d3d3d3;
+
  <div style="color: #808080; font-family: Cambria; font-size: 14pt; margin-bottom: 0pt; margin-left: 18pt;"><span id="wwpID0E0ZB0FA">What does the coloring mean on the list of events?</span></div>
}
+
  <div style="margin-left: 72pt;margin-bottom: 12pt;">
.container div {
+
    <table border="0" cellspacing="0" cellpadding="0" width="99%" summary="">
    width:100%;
+
      <tr valign="baseline">
}
+
        <td style="width: 18pt"><div style="font-family: &quot;Times New Roman&quot;; font-size: 11pt;">[[Image:MobileApps-rd_bullet.jpg|9px]]</div></td>
.container .header {
+
        <td><div style="font-family: &quot;Times New Roman&quot;; font-size: 11pt;"><span id="wwpID0E0YB0FA">The dark bar on the left side of the event indicates this event is marked with Members Only visibility.</span></div></td>
    background-color:#d3d3d3;
+
      </tr>
    padding: 2px;
+
     </table>
    cursor: pointer;
+
  </div>
    font-weight: bold;
+
  <div style="margin-left: 72pt;margin-bottom: 12pt;">
}
+
     <table border="0" cellspacing="0" cellpadding="0" width="99%" summary="">
.container .content {
+
      <tr valign="baseline">
    display: none;
+
        <td style="width: 18pt"><div style="font-family: &quot;Times New Roman&quot;; font-size: 11pt;">[[Image:MobileApps-rd_bullet.jpg|9px]]</div></td>
    padding : 5px;
+
        <td><div style="font-family: &quot;Times New Roman&quot;; font-size: 11pt;"><span id="wwpID0E0XB0FA">When the event is entirely shaded, the event has been marked as a Featured event.</span></div></td>
}
+
      </tr>
</style>
+
    </table>
</head>
+
  </div>
 
+
  <div style="font-family: &quot;Times New Roman&quot;; font-size: 11pt; margin-bottom: 12pt; margin-left: 36pt;"><span id="wwpID0E0WB0FA">These visibility choices are selected on the event in the backoffice software under Events-&gt;General tab in the Placement Options section.</span></div>
 
 
<div class="container">
 
    <div class="header"><span>Expand</span>
 
 
 
     </div>
 
     <div class="content">
 
        <ul>
 
            <li>This is just some random content.</li>
 
            <li>This is just some random content.</li>
 
            <li>This is just some random content.</li>
 
            <li>This is just some random content.</li>
 
        </ul>
 
    </div>
 
 
</div>
 
</div>
  
 
+
[[What does the coloring mean on the list of event?]]
<script>
 
$(".header").click(function () {
 
 
 
    $header = $(this);
 
    //getting the next element
 
    $content = $header.next();
 
    //open up the content needed - toggle the slide- if visible, slide up, if not slidedown.
 
    $content.slideToggle(500, function () {
 
        //execute this after slideToggle is done
 
        //change text of header based on visibility of content div
 
        $header.text(function () {
 
            //change text based on condition
 
            return $content.is(":visible") ? "Collapse" : "Expand";
 
        });
 
    });
 
 
 
});
 
</script>
 
 
 
 
 
</html>
 

Latest revision as of 16:18, 19 December 2015

Staff App Event Features FAQs : What does the coloring mean on the list of events?

What does the coloring mean on the list of events?
MobileApps-rd bullet.jpg
The dark bar on the left side of the event indicates this event is marked with Members Only visibility.
MobileApps-rd bullet.jpg
When the event is entirely shaded, the event has been marked as a Featured event.
These visibility choices are selected on the event in the backoffice software under Events->General tab in the Placement Options section.

What does the coloring mean on the list of event?