Project

General

Profile

Feature #622

Add book table-of-contents filtering

Added by Luke Murphey almost 11 years ago. Updated almost 11 years ago.

Status:
Closed
Priority:
Normal
Assignee:
Target version:
Start date:
08/08/2013
Due date:
% Done:

100%


Description

Add the ability to filter the list of items in the table of contents (like YouVersion does).

Associated revisions

Revision 505 (diff)
Added by Luke Murphey almost 11 years ago

Added the ability to filter the table of contents. Closes #622.

Revision 505 (diff)
Added by Luke Murphey almost 11 years ago

Added the ability to filter the table of contents. Closes #622.

Revision 493 (diff)
Added by Luke Murphey almost 11 years ago

Added the ability to filter the table of contents. Closes #622.

History

#1 Updated by Luke Murphey almost 11 years ago

{code}
.table-of-contents{
border: 2px solid rgb(68, 68, 68);
border-top-left-radius: 6px;
border-top-right-radius: 6px;
border-bottom-right-radius: 6px;
border-bottom-left-radius: 6px;
margin-bottom: 12px;
margin-top: -16px;
}

<!-- Add this under the TOC -->
<input type="text" placeholder="Filter..." style="
width: 100%;
border-radius: 0px;
"> {code}

Might want to use something like this: http://jquerytools.org/documentation/toolbox/expose.html

#3 Updated by Luke Murphey almost 11 years ago

  • Assignee set to Luke Murphey
  • Target version set to 1.0

#4 Updated by Luke Murphey almost 11 years ago

  • Status changed from New to Closed
  • % Done changed from 0 to 100

Applied in changeset r505.

Also available in: Atom PDF