Skip to content
  • Projects
  • Groups
  • Snippets
  • Help

aa.gusti / opensipkd-base

  • This project
    • Loading...
  • Sign in
Go to a project
  • Project
  • Repository
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • opensipkd-base
  • opensipkd
  • base
  • widgets
  • templates
  • hidden.pt
  • aa.gustiana@gmail.com's avatar
    Add new readonly templates and enhance existing ones for various input types · 1566cc84 ...
    - Implemented new readonly templates for radio choices, checkboxes, captcha, and various input types (e.g., date, datetime, password, image).
    - Added support for displaying structured data in readonly formats, including mapping and sequence items.
    - Enhanced select and select2 templates to support optgroups and improved styling.
    - Introduced JavaScript callbacks for dynamic behavior in readonly fields, such as formatting and AJAX loading for dependent fields.
    - Updated rich text and textarea templates to ensure proper rendering of content.
    - Improved overall structure and maintainability of widget templates.
    aa.gustiana@gmail.com committed Jul 29, 2025
    1566cc84
hidden.pt 99 Bytes
RawBlameHistoryPermalink
1 2 3
<input type="hidden" name="${name|field.name}" value="${cstruct}" 
       id="${oid|field.oid}"/>