Skip to Content
Logo of RG Logo of RG
  • Home
  • Shop
  • Events
  • Courses
  • Company
    • News
    • Success Stories
  • Odoo Docs 19
  • Appointment
  • Jobs
  • Contact us
  • 0
  • 0
  • +1 555-555-5556
  • Sign in
Logo of RG Logo of RG
  • 0
  • 0
    • Home
    • Shop
    • Events
    • Courses
    • Company
      • News
      • Success Stories
    • Odoo Docs 19
    • Appointment
    • Jobs
    • Contact us
  • +1 555-555-5556
  • Sign in
Odoo Docs 19
Home Components Guides Classes Search
418 components
Inputs
  • Auto Complete
  • Check Box
  • Color Picker Custom Tab
  • Color Picker Solid Tab
  • Custom Color Picker
  • Date Time Input
  • Datetime Picker
  • Date Time Picker
  • File Input
  • Record Autocomplete
  1. Components
  2. Color Picker Solid Tab
OWL inputs

Color Picker Solid Tab

Odoo 19 OWL component — Color Picker Solid Tab (core)

Live preview Interactive
Source excerpt web/static/src/core/color_picker/tabs/color_picker_solid_tab.js
import { Component } from "@odoo/owl";
import { _t } from "@web/core/l10n/translation";
import { registry } from "@web/core/registry";

export class ColorPickerSolidTab extends Component {
    static template = "web.ColorPickerSolidTab";
    static props = {
        colorPickerNavigation: Function,
        onColorClick: Function,
        onColorPointerOver: Function,
        onColorPointerOut: Function,
        onFocusin: Function,
        onFocusout: Function,
        currentCustomColor: { type: String, optional: true },
        defaultColorSet: { type: String | Boolean, optional: true },
        cssVarColorPrefix: { type: String, optional: true },
        defaultColors: Array,
        defaultThemeColorVars: Array,
        "*": { optional: true },
    };
}

registry.category("color_picker_tabs").add("web.solid", {
    id: "solid",
    name: _t("Solid"),
    component: ColorPickerSolidTab,
});
Registry / API
Registry name
ColorPickerSolidTab
Category
—
Module
web
Slug
color-picker-solid-tab
Nav group
inputs
Follow us

250 Executive Park Blvd, Suite 3400
San Francisco CA 94134

  • +1 555-555-5556
  • info@yourcompany.example.com
Copyright © Company name
Powered by Odoo - The #1 Open Source eCommerce