From a6f57f91223461801eec8433c082151144a553fb Mon Sep 17 00:00:00 2001 From: Michael Gangolf Date: Wed, 15 Jan 2025 22:29:50 +0100 Subject: [PATCH] docs --- apidoc/Titanium/UI/TabGroup.yml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/apidoc/Titanium/UI/TabGroup.yml b/apidoc/Titanium/UI/TabGroup.yml index 3c6f98d6c0c..dd96d1305eb 100644 --- a/apidoc/Titanium/UI/TabGroup.yml +++ b/apidoc/Titanium/UI/TabGroup.yml @@ -54,7 +54,7 @@ excludes: anchorPoint,animatedCenter,backgroundDisabledColor,backgroundDisabledImage, backgroundFocusedColor,backgroundFocusedImage,backgroundGradient,backgroundImage,backgroundLeftCap, backgroundRepeat,backgroundSelectedColor,backgroundSelectedImage,backgroundTopCap, - borderColor,borderRadius,borderWidth,bottom,children,enabled,focusable,height, + borderColor,borderRadius,borderWidth,bottom,children,focusable,height, horizontalWrap,layout,left,opacity,right,softKeyboardOnFocus, top,transform,width,zIndex] events: [click, dblclick, doubletap, keypressed, longclick, longpress, pinch, postlayout, @@ -289,6 +289,13 @@ properties: type: [String, Titanium.UI.Color] platforms: [iphone, ipad, android, macos] + - name: enabled + summary: | + Enables or disables the menu in a BottomNavigation. If disabled you can't change to a different tab. + type: Number + default: true + since: { android: "12.7.0" } + - name: paddingLeft summary: Left padding of bottom navigation description: |