- NameCharlie Gomez
- Related ToTesla Cloudhub + Anypoint Connectors
Need to finalize proposals and brand details before the meeting
9:00am | 3/20/17
You created a task with Charlie Gomez
Need to finalize proposals and brand details before the meeting
10:00am | 3/23/17
You logged a call with Adam Chan
Adam seemed interested in closing this deal quickly! Let’s move.
10:00am | 3/24/17
Hi everyone, Thanks for meeting with the team today and going through the proposals we saw. This goes on and wraps if needed.
10:30am | 3/24/17
You created an event with Aida Lee and 5 others
Let's discuss the 2017 product roadmap and address any questions
Each Activity timeline item receives its width from the parent list. It can consume the full width of the main page area or be placed in the smaller right sidebar.
Text describing the type of timeline item is placed in a span
. It is the first element in the timeline item and should be hidden with the slds-assistive-text
class. The SVG
image does not need the slds-assistive-text
class.
Button:
aria-controls
is used to create an association between the button and the details section. If the details section has an id="email-content"
, then the button should have aria-controls="email-content"
.id="email-content"
, then the div with slds-timeline__trigger
should have aria-controls="email-content"
and the click handler.aria-expanded
indicates if the details section is open or closed and is read aloud by assistive technology when the button is focused.Section:
aria-hidden
indicates if the details section is open or closed, and if set to true
, assistive technology hides the details section.9:00am | 3/20/17
You created a task with Charlie Gomez
Need to finalize proposals and brand details before the meeting
10:00am | 3/23/17
You logged a call with Adam Chan
Adam seemed interested in closing this deal quickly! Let’s move.
10:00am | 3/24/17
Hi everyone, Thanks for meeting with the team today and going through the proposals we saw. This goes on and wraps if needed.
10:30am | 3/24/17
You created an event with Aida Lee and 5 others
Let's discuss the 2017 product roadmap and address any questions
<ul class="slds-timeline">
<li>
<div class="slds-timeline__item_expandable slds-timeline__item_task">
<span class="slds-assistive-text">task</span>
Accessibility Note
When the user interacts with the button to open the details section,
aria-expanded
on the button should betrue
andaria-hidden
on the details section should befalse
.When the user interacts with the button to close the details section,
aria-expanded
on the button should befalse
andaria-hidden
on the details section should betrue
.
9:00am | 3/20/17
You created a task with Charlie Gomez
Need to finalize proposals and brand details before the meeting
10:00am | 3/23/17
You logged a call with Adam Chan
Adam seemed interested in closing this deal quickly! Let’s move.
10:00am | 3/24/17
Hi everyone, Thanks for meeting with the team today and going through the proposals we saw. This goes on and wraps if needed.
10:30am | 3/24/17
You created an event with Aida Lee and 5 others
Let's discuss the 2017 product roadmap and address any questions
<ul class="slds-timeline">
<li>
<div class="slds-timeline__item_expandable slds-timeline__item_task slds-is-open">
<span class="slds-assistive-text">task</span>
9:00am | 3/20/17
You created a task with Charlie Gomez
Need to finalize proposals and brand details before the meeting
10:00am | 3/23/17
You logged a call with Adam Chan
Adam seemed interested in closing this deal quickly! Let’s move.
10:00am | 3/24/17
Hi everyone, Thanks for meeting with the team today and going through the proposals we saw. This goes on and wraps if needed.
10:30am | 3/24/17
You created an event with Aida Lee and 5 others
Let's discuss the 2017 product roadmap and address any questions
<ul class="slds-timeline">
<li>
<div class="slds-timeline__item_expandable slds-timeline__item_task slds-is-open">
<span class="slds-assistive-text">task</span>
9:00am | 3/20/17
You created a task with Charlie Gomez
There was an error loading the details
10:00am | 3/23/17
You logged a call with Adam Chan
Adam seemed interested in closing this deal quickly! Let’s move.
10:00am | 3/24/17
Hi everyone, Thanks for meeting with the team today and going through the proposals we saw. This goes on and wraps if needed.
10:30am | 3/24/17
You created an event with Aida Lee and 5 others
Let's discuss the 2017 product roadmap and address any questions
<ul class="slds-timeline">
<li>
<div class="slds-timeline__item_expandable slds-timeline__item_task slds-is-open">
<span class="slds-assistive-text">task</span>
9:00am | 3/20/17
You created a task with Charlie Gomez
Need to finalize proposals and brand details before the meeting
10:00am | 3/23/17
You logged a call with Adam Chan
Adam seemed interested in closing this deal quickly! Let’s move.
10:00am | 3/24/17
Hi everyone, Thanks for meeting with the team today and going through the proposals we saw. This goes on and wraps if needed.
10:30am | 3/24/17
You created an event with Aida Lee and 5 others
Let's discuss the 2017 product roadmap and address any questions
<div class="demo-only" style="width:400px">
<ul class="slds-timeline">
<li>
<div class="slds-timeline__item_expandable slds-timeline__item_task slds-is-open">
Selector | .slds-timeline |
---|---|
Summary | Initializes activity timeline |
Support | dev-ready |
Restrict | ul |
Variant | True |
Selector | .slds-timeline__item_expandable |
---|---|
Summary | Create each expandable activity timeline item in a list |
Restrict | .slds-timeline div |
Selector | .slds-timeline__item_details |
---|---|
Summary | Class to show and hide details |
Restrict | .slds-timeline__item_expandable article |
Selector | .slds-is-open |
---|---|
Summary | Toggles the visibility of the timeline item |
Restrict | .slds-timeline__item_expandable |
Modifier | True |
Selector | .slds-timeline__item_call |
---|---|
Summary | Applies line connector for a call timeline item |
Restrict | .slds-timeline__item_expandable |
Selector | .slds-timeline__item_email |
---|---|
Summary | Applies line connector for an email timeline item |
Restrict | .slds-timeline__item_expandable |
Selector | .slds-timeline__item_event |
---|---|
Summary | Applies line connector for an event timeline item |
Restrict | .slds-timeline__item_expandable |
Selector | .slds-timeline__item_task |
---|---|
Summary | Applies line connector for a task timeline item |
Restrict | .slds-timeline__item_expandable |
Selector | .slds-timeline__icon |
---|---|
Summary | Icon associated with timeline item |
Restrict | .slds-timeline__item_expandable .slds-icon_container |
Selector | .slds-timeline__details-action-icon |
---|---|
Summary | Icon inside of actionable button within an expandable timeline item |
Restrict | .slds-timeline__item_expandable svg |