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

From Support Wiki
Jump to navigation Jump to search
 
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
<html>
+
<div xmlns="http://www.w3.org/1999/xhtml">
<script>
+
  <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>
$(".header").click(function () {
+
  <div style="color: #999999; font-family: sans-serif; font-size: 10pt; text-align: left;">
 
+
     <span>[[MobileApps-Staff_App_Event_Features_FAQs|Staff App Event Features FAQs]]</span> : What does the coloring mean on the list of events?</div>
    $header = $(this);
+
  <hr />
     //getting the next element
+
  <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>
    $content = $header.next();
+
  <div style="margin-left: 72pt;margin-bottom: 12pt;">
    //open up the content needed - toggle the slide- if visible, slide up, if not slidedown.
+
     <table border="0" cellspacing="0" cellpadding="0" width="99%" summary="">
     $content.slideToggle(500, function () {
+
      <tr valign="baseline">
         //execute this after slideToggle is done
+
         <td style="width: 18pt"><div style="font-family: &quot;Times New Roman&quot;; font-size: 11pt;">[[Image:MobileApps-rd_bullet.jpg|9px]]</div></td>
        //change text of header based on visibility of content div
+
        <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>
        $header.text(function () {
+
      </tr>
            //change text based on condition
+
    </table>
            return $content.is(":visible") ? "Collapse" : "Expand";
+
  </div>
         });
+
  <div style="margin-left: 72pt;margin-bottom: 12pt;">
     });
+
    <table border="0" cellspacing="0" cellpadding="0" width="99%" summary="">
 
+
      <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>
</script>
+
         <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>
 +
     </table>
 +
  </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>
  
<div class="container">
+
[[What does the coloring mean on the list of event?]]
    <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>
 
</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?