Windows Namo WebEditor ONE
latest

Introduction

  • What is Namo WebEditor ONE?
  • Environment
  • License

Tutorial

  • Basic
  • Widget usage

Screen

  • Screen
  • Menu
  • Toolbar
  • Canvas
  • Left Panel
  • Right Panel
  • Developer View
  • Project Properties

Widgets

  • Sheet
  • Widgets

External API

  • Javascript for Widget
    • Initialize
    • Multiple versions of jQuery
    • Widgets
      • Transition
      • Carousel
      • Collapsible
      • Flip Switch
      • Google Map
      • Panel
      • Popup
      • Slider
      • Range Slider
      • Tab View
      • Switch
      • Webmovie
      • Movie
      • Widgets without further methods

Version

  • Release Notes
Windows Namo WebEditor ONE
  • Docs »
  • Javascript for Widget »
  • Popup
  • Edit on GitHub

PopupΒΆ

  1. jQuery Plugin

    $.fn.popup()
    
  2. jQuery data key

    IU_WIDGET.POPUP

    • Example
    var Popup = $('#id').data(IU_WIDGET.POPUP)
    
  3. Option

    Member Description
    .callbackShow Callback function when the animation has finished
    .callbackClose Callback function when the animation has finished
  4. Method

    Method Description
    .show() Show panel
    .close() Close panel
    .toggle() Change show/hide state
Next Previous

© Copyright 2019, NamoEditor Revision 15abdcc9.

Built with Sphinx using a theme provided by Read the Docs.