current_row_contents

NAML documentation   Watch a video
   Usages of this macro
... in macro_viewer.naml
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
<macro name="current_row_contents" requires="macro_row_list">
    <n.current_row
Binary
Namespace: Rows
Parameters: do
.>
        <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.is_blank
Binary
Namespace: Parts
>
            <then>&nbsp;</then>
            <else>
                <n.loop
Macro
Requires: sequence
Parameters: by, do
.parts
Binary
Namespace: Parts
Parameters: do
.>
                    <n.if
Binary
Namespace: BasicNamespace
Parameters: condition, else, then
.not
Binary
Namespace: BasicNamespace
Parameters: condition
.is_null
Binary
Namespace: BasicNamespace
Parameters: value
.id
Binary
Namespace: CommandInfo
>
                        <then>
                            <n.remove_spaces_between_tags
Macro
Parameters: text
.>
                                <a href="[n.part_path
Macro
Requires: command_info
/]"><n.tag
Binary
Namespace: CommandInfo
/></a>
                                <n.part_tooltip
Macro
Requires: command_info
/>
                            </n.remove_spaces_between_tags.>
                        </then>
                        <else.name
Binary
Namespace: CommandInfo
/>
                    </n.if.not.is_null.id>
                </n.loop.parts.>
            </else>
        </n.if.is_blank>
    </n.current_row.>
</macro>