'class' => 'left' is broken in tab view

66 views
Skip to first unread message

rick...@gmail.com

unread,
Aug 8, 2024, 8:01:54 PM8/8/24
to Xataface
Hi, upgraded to v3.0.3

Per this example from the xataface website

http://xataface.com/wiki/How_to_Add_Custom_Sections_to_View_Tab

function section__hello(&$record){
    return array(
        'content' => 'Hello World!!!',
        'class' => 'main'
    );
}

THIS WORKS, but if you change it to 

function section__hello(&$record){
    return array(
        'content' => 'Hello World!!!',
        'class' => 'left'
    );
}

changing 'main' to 'left' does not show anything at all... it should show up on the 'left' column.

Anyway to fix it? 



rick...@gmail.com

unread,
Aug 27, 2024, 5:56:29 AM8/27/24
to Xataface
@Steve any insight on how to fix?

rick...@gmail.com

unread,
Sep 16, 2024, 9:21:50 PM9/16/24
to Xataface
Bump because this is a broken feature , need assistance

rick...@gmail.com

unread,
Oct 8, 2024, 9:41:18 AM10/8/24
to Xataface
Help, does anyone know how to fix.

Richard Mücke

unread,
Oct 11, 2024, 7:17:00 AM10/11/24
to Xataface
Your websites seems to dispay only a part of xataface.
The range where the left block would appear isn't shonw at all.

The example does work on a "normal" xataface installation:
bsp.png

If you display the block range again it will show your block :)
Reply all
Reply to author
Forward
0 new messages