searched_users_list

NAML documentation   Watch a video
   Usages of this macro
... in people_tabbed_pane.naml
63
64
65
66
67
68
<macro name="searched_users_list" dot_parameter="do" requires="node_page">   
    <n.site_users
Binary
Namespace: NabbleNamespace
Parameters: filter, length, start, do
. start="0" length="99999">
        <n.filter_by
Macro
Requires: list
Parameters: filter
.contains_substring
Binary
Namespace: BasicNamespace
Parameters: string, substring
 string="[n.to_lower_case
Binary
Namespace: BasicNamespace
Parameters: text
.current_user
Binary
Namespace: UserList
Parameters: do
.name
Binary
Namespace: UserNamespace
Parameters: truncate
/]" substring="[n.to_lower_case
Binary
Namespace: BasicNamespace
Parameters: text
.searchName
Macro
/]"/>
        <n.do/>
    </n.site_users.>
</macro>