public String getFrameId() {
   if (frameId == null) {
     setTinyMce();
   }
   return frameId;
 }