rich_editor.anubis 417 Bytes
/*
 * Created by PyramIDE.
 * User: フランスのトトロ aka (David RENÉ) 
 * Date: 08/09/2022
 * Time: 23:04
 * © David RENÉ
 */


transmit xlib/web/making_a_web_site.anubis

public define CoreAttrs
  rich_editor
  (
    String  html_id,
    String  table_name,
    String  column,
    DB_id   db_id
  )=
  event(ondblclick,"rich_text_edit('"+html_id+"', '"+table_name+"', '"+column+"', '"+db_id+"');") 
.