Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
def preconfigure_record_window(c) super c.header = true c.width = 600 c.draggable = false c.title = "New Title" end
このコードでは、フォームのタイトルを変更したいと考えています。何をしようとしても、デフォルトのタイトルが表示されますAdd
Add